mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-22 07:07:24 +01:00
Update .github/workflows/bump-version.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
71ad41b4fc
commit
f43fd9af3c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bump-version.yml
vendored
4
.github/workflows/bump-version.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue