Skip to content

Commit c279732

Browse files
committed
chore: fix workflow permissions
1 parent 12d1872 commit c279732

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-dep.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
permissions:
21-
contents: read
21+
contents: write
2222
pull-requests: write
23-
issues: write
2423

2524
steps:
2625
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)