Skip to content

Commit 737d0b8

Browse files
committed
workflow permission fix
1 parent 1acf763 commit 737d0b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: pull_request
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7+
permissions: write-all
78
steps:
89
- uses: actions/checkout@v4
910
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)