summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-03 17:31:01 +0100
committerDavid Robertson <davidr@element.io>2022-10-03 17:31:01 +0100
commit9f218b73e9d52eebd10f359c70c61de40d73e4d6 (patch)
treec5b0b0fa0c1d07a02071d0642292c3bfdf47988a /.github
parentDependabot changelogs: trigger CI explicitly (#14027) (diff)
downloadsynapse-9f218b73e9d52eebd10f359c70c61de40d73e4d6.tar.xz
Dependabot changelog: pass GITHUB_TOKEN to gh
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot_changelog.yml2
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.