Skip to content

Commit b9e5b75

Browse files
committed
Allow all write priviledges to pipeline
1 parent 6366f91 commit b9e5b75

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/maven-verify.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ on:
1818
jobs:
1919
build:
2020
runs-on: ubuntu-latest
21-
permissions:
22-
pull-requests: write
21+
permissions: write-all
2322

2423
steps:
2524
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)