Skip to content

Commit 13cefce

Browse files
authored
Use github.token instead of secrets.PAT
1 parent e212ba6 commit 13cefce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
title: "chore: update versions [skip ci]"
6464
publish: pnpm ci:publish
6565
env:
66-
GITHUB_TOKEN: ${{ secrets.PAT }}
66+
GITHUB_TOKEN: ${{ github.token }}
6767
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6868

0 commit comments

Comments
 (0)