From afe4cddf3bd3baa90df764ca5d299caf5c570a63 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 27 Apr 2022 18:30:42 +0200 Subject: [PATCH] .github: Add schutzbot token to gh workflow --- .github/workflows/sync-branches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 1f618fa8..0f50af19 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -60,6 +60,8 @@ jobs: if: ${{ github.event_name == 'push' || success() }} timeout-minutes: 5 runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.SCHUTZBOT_GH_TOKEN }} steps: - name: Checkout uses: actions/checkout@v3