We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d1d30 commit 985f375Copy full SHA for 985f375
.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