We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f164137 commit 3f31560Copy full SHA for 3f31560
.github/workflows/example.yml
@@ -42,6 +42,8 @@ jobs:
42
# This job creates PRs, so it needs write access.
43
contents: write
44
pull-requests: write
45
+ # Only needed if Dependabot is updating your workflows.
46
+ actions: write
47
runs-on: ubuntu-latest
48
needs: run-dependabot
49
steps:
0 commit comments