Skip to content

Commit f5f5e6f

Browse files
committed
Update release.yml
1 parent 5f4ed3d commit f5f5e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: generate-token
2525
uses: actions/create-github-app-token@v1
2626
with:
27-
app-id: ${{ vars.STREAMDOWN_APP_ID }}
27+
app-id: ${{ secrets.STREAMDOWN_APP_ID }}
2828
private-key: ${{ secrets.STREAMDOWN_APP_PRIVATE_KEY }}
2929

3030
- name: Checkout Repo

0 commit comments

Comments
 (0)