We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28e7623 + 195c355 commit 673b294Copy full SHA for 673b294
1 file changed
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/create-github-app-token@v2
41
id: app-token
42
with:
43
- app-id: ${{ vars.APP_ID }}
+ app-id: ${{ secrets.APP_ID }}
44
private-key: ${{ secrets.APP_PRIVATE_KEY }}
45
46
- name: Release
0 commit comments