We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248aaaa commit 1e7b978Copy full SHA for 1e7b978
.github/workflows/dd-sync.yml
@@ -7,6 +7,7 @@ on:
7
permissions: # minimum perms the job needs
8
contents: write # push the sync branch
9
pull-requests: write # open, approve & merge the PR
10
+ actions: write # update workflow files
11
12
concurrency: # never let two syncs race
13
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments