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:
Simon Steinbeiss 2021-11-01 15:19:13 +01:00 committed by Simon Steinbeiß
parent 5828da8d62
commit 493b1f9a1b

View file

@ -12,4 +12,4 @@ jobs:
- name: Upstream release
uses: osbuild/release-action@main
with:
token: "${{ secrets.GITHUB_TOKEN }}"
token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"