Skip to content

Commit 2a237c2

Browse files
Use secret release app ID in release workflow (#1217)
1 parent 77716b4 commit 2a237c2

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
@@ -312,7 +312,7 @@ jobs:
312312
name: Mint release app token
313313
uses: actions/create-github-app-token@v2
314314
with:
315-
app-id: ${{ vars.RELEASE_APP_ID }}
315+
app-id: ${{ secrets.RELEASE_APP_ID }}
316316
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
317317
owner: ${{ github.repository_owner }}
318318

0 commit comments

Comments
 (0)