Use custom github token for commiting snapshots (#7611)

... to ensure that workflows are run
This commit is contained in:
Lucas Meurer 2025-10-08 17:49:29 +02:00 committed by GitHub
parent 94f2ed6334
commit 917aaca991
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ jobs:
lfs: true
# We can't use the workflow token since that would prevent our commit to cause further workflows.
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
token: '${{ secrets.GITHUB_TOKEN }}'
# This token should be a personal access token with at least Read and write permission to `Contents`.
# The commit action below will use the token this the code was checked out with.
token: '${{ secrets.SNAPSHOT_COMMIT_GITHUB_TOKEN }}'
- name: Accept snapshots
env: