0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 02:08:56 +02:00

Dependabot changelog: allow dependabot to trigger actions

This commit is contained in:
David Robertson 2022-10-03 17:48:59 +01:00
parent 8e8638ac40
commit a2c7259827
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD

View file

@ -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: