Let schutzbot do the post-release version bump
We need a privileged / admin user doing the post-release version bump as this is a direct commit to main (i.e. without a PR) so switch to using schutzbot with a scoped personal access token (only public_repo).
This commit is contained in:
parent
65a3753d2c
commit
bb15007f35
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -12,4 +12,4 @@ jobs:
|
|||
- name: Upstream release
|
||||
uses: osbuild/release-action@main
|
||||
with:
|
||||
token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue