From bb15007f352f0470dce130dd0e6e9c595cb4a5e8 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Mon, 1 Nov 2021 15:40:54 +0100 Subject: [PATCH] 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). --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04bbce729..17055fbbf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,4 +12,4 @@ jobs: - name: Upstream release uses: osbuild/release-action@main with: - token: "${{ secrets.GITHUB_TOKEN }}" + token: "${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }}"