Skip to content

Commit e9de9fc

Browse files
Use secret release app ID in workflow
- Read the GitHub App ID from secrets instead of vars - Keep the private key sourced from secrets
1 parent b500a36 commit e9de9fc

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)