Skip to content

Commit 4d80d9a

Browse files
committed
fix: give correct permissions to edd workflow
1 parent ed76fe2 commit 4d80d9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/repository-management.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,5 +241,10 @@ jobs:
241241
move_edd_db_scripts:
242242
name: Move EDD database scripts
243243
needs: cut_branch
244-
permissions: {}
244+
permissions:
245+
contents: write
246+
pull-requests: write
247+
actions: read
248+
id-token: write
245249
uses: ./.github/workflows/_move_edd_db_scripts.yml
250+
secrets: inherit

0 commit comments

Comments
 (0)