Skip to content

Commit 55fafae

Browse files
committed
syntax
1 parent 8f9ba66 commit 55fafae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id: generate-token
4949
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 #v3.1.1
5050
with:
51-
app-id: ${{ variables.DEV_DEPLOY_APP_ID }}
51+
app-id: ${{ vars.DEV_DEPLOY_APP_ID }}
5252
private-key: ${{ secrets.DEV_DEPLOY_APP_PRIVATE_KEY }}
5353
owner: plotly
5454
repositories: plotly.js-dev-builds

0 commit comments

Comments
 (0)