We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41f6c7 commit 9d7e973Copy full SHA for 9d7e973
.github/workflows/bump-version.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: actions/github-script@v7
58
with:
59
# Use personal access token to trigger the release workflow.
60
- github-token: ${{ secrets.PAT }}
+ github-token: ${{ secrets.PAT_2 }}
61
script: |
62
github.rest.git.createRef({
63
owner: context.repo.owner,
0 commit comments