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:
parent
15ec2fc431
commit
b86d3afd8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gobump.yml
vendored
2
.github/workflows/gobump.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue