mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
Dependabot changelog: pass GITHUB_TOKEN to gh
This commit is contained in:
parent
2d5ce8c087
commit
9f218b73e9
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dependabot_changelog.yml
vendored
2
.github/workflows/dependabot_changelog.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue