mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-31 19:59:01 +01:00
Dependabot changelog: allow dependabot to trigger actions
This commit is contained in:
parent
8e8638ac40
commit
a2c7259827
1 changed files with 3 additions and 0 deletions
3
.github/workflows/dependabot_changelog.yml
vendored
3
.github/workflows/dependabot_changelog.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue