Skip to content

Commit 72d1117

Browse files
fix(ci): replace GH_PERSONAL_TOKEN with GitHub App installation token
1 parent 745a206 commit 72d1117

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
nextVersion: ${{ github.event.inputs.nextVersion }}
3939
dryRun: ${{ github.event.inputs.dryRun }}
4040
commitsList: ${{ github.event.inputs.commitsList }}
41-
env:
42-
GITHUB_PAT: ${{ secrets.GH_PERSONAL_TOKEN }}
41+
gh-app-id: ${{ secrets.GH_BOT_APP_ID }}
42+
gh-app-private-key: ${{ secrets.GH_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)