.github: Add schutzbot token to gh workflow

This commit is contained in:
Sanne Raymaekers 2022-04-27 18:30:42 +02:00 committed by jkozol
parent 9b71513462
commit afe4cddf3b

View file

@ -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