Skip to content

Commit d4bbc6e

Browse files
committed
use PAT_TOKEN to publish release
Signed-off-by: Min Jin <[email protected]>
1 parent bd75885 commit d4bbc6e

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
@@ -97,5 +97,5 @@ jobs:
9797
if: ${{ github.event.inputs.dry-run != 'true' }}
9898
uses: ncipollo/release-action@v1
9999
with:
100-
token: ${{ secrets.GITHUB_TOKEN }}
100+
token: ${{ secrets.PAT_TOKEN }}
101101
tag: v${{ github.event.inputs.releaseVersion }}

0 commit comments

Comments
 (0)