Skip to content

Commit 2ec44f1

Browse files
committed
wrong context
1 parent 6d8f629 commit 2ec44f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: node dist/index.js
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
APP_ID: ${{ secrets.APP_ID }}
43+
APP_ID: ${{ env.APP_ID }}
4444
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
4545
CLIENT_ID: ${{ env.CLIENT_ID }}
4646
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}

0 commit comments

Comments
 (0)