Skip to content
Snippets Groups Projects
Unverified Commit a2c72598 authored by David Robertson's avatar David Robertson
Browse files

Dependabot changelog: allow dependabot to trigger actions

parent 8e8638ac
Branches
Tags
No related merge requests found
...@@ -10,6 +10,9 @@ permissions: ...@@ -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 # 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 # for a similar example
contents: write 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: jobs:
add-changelog: add-changelog:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment