Skip to content

Commit 9d7e973

Browse files
authored
ci: Attempt to fix bad credentials 401
1 parent f41f6c7 commit 9d7e973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/github-script@v7
5858
with:
5959
# Use personal access token to trigger the release workflow.
60-
github-token: ${{ secrets.PAT }}
60+
github-token: ${{ secrets.PAT_2 }}
6161
script: |
6262
github.rest.git.createRef({
6363
owner: context.repo.owner,

0 commit comments

Comments
 (0)