Skip to content

Commit 1e7b978

Browse files
committed
Rewrite the upstream syncup job [1]
1 parent 248aaaa commit 1e7b978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dd-sync.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions: # minimum perms the job needs
88
contents: write # push the sync branch
99
pull-requests: write # open, approve & merge the PR
10+
actions: write # update workflow files
1011

1112
concurrency: # never let two syncs race
1213
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)