We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4ed3d commit f5f5e6fCopy full SHA for f5f5e6f
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
id: generate-token
25
uses: actions/create-github-app-token@v1
26
with:
27
- app-id: ${{ vars.STREAMDOWN_APP_ID }}
+ app-id: ${{ secrets.STREAMDOWN_APP_ID }}
28
private-key: ${{ secrets.STREAMDOWN_APP_PRIVATE_KEY }}
29
30
- name: Checkout Repo
0 commit comments