Update .github/workflows/bump-version.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Azgaar 2026-03-07 17:00:33 +01:00 committed by GitHub
parent 71ad41b4fc
commit f43fd9af3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,8 +21,8 @@ jobs:
with:
# fetch-depth 2 so git diff HEAD~1 HEAD works for detecting changed files
fetch-depth: 2
# Use a token so the pushed commit triggers deploy.yml
token: ${{ secrets.GITHUB_TOKEN }}
# Use a PAT/GitHub App token so the pushed commit can trigger deploy.yml and other workflows
token: ${{ secrets.RELEASE_BOT_TOKEN }}
- name: Set up Node
uses: actions/setup-node@v6