diff options
author | David Robertson <davidr@element.io> | 2022-10-03 17:31:01 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-10-03 17:31:01 +0100 |
commit | 9f218b73e9d52eebd10f359c70c61de40d73e4d6 (patch) | |
tree | c5b0b0fa0c1d07a02071d0642292c3bfdf47988a /.github | |
parent | Dependabot changelogs: trigger CI explicitly (#14027) (diff) | |
download | synapse-9f218b73e9d52eebd10f359c70c61de40d73e4d6.tar.xz |
Dependabot changelog: pass GITHUB_TOKEN to gh
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dependabot_changelog.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/dependabot_changelog.yml b/.github/workflows/dependabot_changelog.yml index 05bb30e6ad..1796667e5f 100644 --- a/.github/workflows/dependabot_changelog.yml +++ b/.github/workflows/dependabot_changelog.yml @@ -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. |