Skip to content

Commit a6b00ee

Browse files
committed
chore(ci): use a PAT to run github workflows
1 parent 3137e24 commit a6b00ee

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
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/github-script@v6
5151
with:
5252
debug: ${{ secrets.ACTIONS_RUNNER_DEBUG }}
53-
github-token: ${{ secrets.GITHUB_TOKEN }}
53+
github-token: ${{ secrets.WORKFLOWS_PAT }}
5454
script: |
5555
try {
5656
const tags = ${{ steps.get-tags.outputs.tags }};

0 commit comments

Comments
 (0)