Skip to content

Commit c6f3699

Browse files
committed
ci(plugins): use GitHub PAT
1 parent 740de5d commit c6f3699

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
@@ -30,4 +30,4 @@ jobs:
3030
nextVersion: ${{ github.event.inputs.nextVersion }}
3131
dryRun: ${{ github.event.inputs.dryRun }}
3232
env:
33-
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
33+
GITHUB_PAT: ${{ secrets.GH_PERSONAL_TOKEN }}

0 commit comments

Comments
 (0)