Skip to content

Commit ecae36e

Browse files
committed
Grant permissions for pre-commit-autoupdate.yml
1 parent e8f4793 commit ecae36e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
jobs:
1111
auto-update:
1212
runs-on: ubuntu-latest
13+
14+
permissions:
15+
contents: write
16+
pull-requests: write
17+
1318
steps:
1419
- uses: actions/checkout@v4
1520

0 commit comments

Comments
 (0)