Skip to content

Commit 7312b88

Browse files
committed
fix: add permissions for pull requests and checks in build workflow
1 parent dbb9f29 commit 7312b88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
jobs:
1010
build-go:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
pull-requests: write
15+
checks: write
1216
steps:
1317
- name: Checkout code
1418
uses: actions/checkout@v4

0 commit comments

Comments
 (0)