We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9ba66 commit 55fafaeCopy full SHA for 55fafae
1 file changed
.github/workflows/deploy-dev-build.yml
@@ -48,7 +48,7 @@ jobs:
48
id: generate-token
49
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v3.1.1
50
with:
51
- app-id: ${{ variables.DEV_DEPLOY_APP_ID }}
+ app-id: ${{ vars.DEV_DEPLOY_APP_ID }}
52
private-key: ${{ secrets.DEV_DEPLOY_APP_PRIVATE_KEY }}
53
owner: plotly
54
repositories: plotly.js-dev-builds
0 commit comments