Skip to content

Commit 3f31560

Browse files
authored
fix workflow PRs
1 parent f164137 commit 3f31560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
# This job creates PRs, so it needs write access.
4343
contents: write
4444
pull-requests: write
45+
# Only needed if Dependabot is updating your workflows.
46+
actions: write
4547
runs-on: ubuntu-latest
4648
needs: run-dependabot
4749
steps:

0 commit comments

Comments
 (0)