We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4ade commit 4bef8dfCopy full SHA for 4bef8df
.github/workflows/update-submodule-files.yml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- main
8
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
update-files:
14
if: github.actor == 'dependabot[bot]' && startsWith(github.event.pull_request.head.ref, 'dependabot/submodules/')
0 commit comments