We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed76fe2 commit 4d80d9aCopy full SHA for 4d80d9a
.github/workflows/repository-management.yml
@@ -241,5 +241,10 @@ jobs:
241
move_edd_db_scripts:
242
name: Move EDD database scripts
243
needs: cut_branch
244
- permissions: {}
+ permissions:
245
+ contents: write
246
+ pull-requests: write
247
+ actions: read
248
+ id-token: write
249
uses: ./.github/workflows/_move_edd_db_scripts.yml
250
+ secrets: inherit
0 commit comments