0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 02:08:56 +02:00

Dependabot changelog: pass GITHUB_TOKEN to gh

This commit is contained in:
David Robertson 2022-10-03 17:31:01 +01:00
parent 2d5ce8c087
commit 9f218b73e9
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -45,6 +45,8 @@ jobs:
gh workflow run "tests.yml" --ref "$GITHUB_REF"
gh workflow run "release-artifacts.yml" --ref "$GITHUB_REF"
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# THIS WORKFLOW HAS VARIOUS WRITE PERMISSIONS---do not add other jobs here unless they
# are sufficiently locked down to dependabot only as above.