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:40:54 +01:00 committed by Ondřej Budai
parent 65a3753d2c
commit bb15007f35

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 }}"