summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-03 17:48:59 +0100
committerDavid Robertson <davidr@element.io>2022-10-03 17:53:37 +0100
commita2c7259827d2019c98ba39479937344c02dd964f (patch)
tree95c44089f43345dae2f7f95c614b676cb7bfa7ba /.github
parentBump actions/download-artifact from 2 to 3 (#13979) (diff)
downloadsynapse-a2c7259827d2019c98ba39479937344c02dd964f.tar.xz
Dependabot changelog: allow dependabot to trigger actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot_changelog.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/dependabot_changelog.yml b/.github/workflows/dependabot_changelog.yml
index 1796667e5f..51a39518cf 100644
--- a/.github/workflows/dependabot_changelog.yml
+++ b/.github/workflows/dependabot_changelog.yml
@@ -10,6 +10,9 @@ permissions:
   #     https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
   # for a similar example
   contents: write
+  # We need `actions-write` in order to create a `workflow_dispatch` event. See
+  # https://docs.github.com/en/rest/actions/workflows#create-a-workflow-dispatch-event
+  actions: write
 
 jobs:
   add-changelog: