workflows: use correct token for gobump

The newly added gobump was using the default token but this one is not
configured with all required permissions for this repo. This was causing
tests not being executed on github.
This commit is contained in:
Lukas Zapletal 2025-07-28 12:21:58 +02:00 committed by Sanne Raymaekers
parent 15ec2fc431
commit b86d3afd8d

View file

@ -18,5 +18,5 @@ jobs:
uses: lzap/gobump@main
with:
go_version: "1.23.9"
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}
exec_pr: ./tools/prepare-source.sh