Skip to content

Commit 90b8ac7

Browse files
authored
Add workflows permission for Renovate
1 parent a360fa8 commit 90b8ac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
pull-requests: write # open/update PRs
2121
issues: write # create/update Dependency Dashboard issue
2222
security-events: read # read Dependabot vulnerability alerts
23+
workflows: write
2324
steps:
2425
# Checks out the repository under $GITHUB_WORKSPACE
2526
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)