summary refs log tree commit diff
diff options
context:
space:
mode:
-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: