.github: Add schutzbot token to gh workflow
This commit is contained in:
parent
9b71513462
commit
afe4cddf3b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/sync-branches.yml
vendored
2
.github/workflows/sync-branches.yml
vendored
|
|
@ -60,6 +60,8 @@ jobs:
|
||||||
if: ${{ github.event_name == 'push' || success() }}
|
if: ${{ github.event_name == 'push' || success() }}
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.SCHUTZBOT_GH_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue