We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb9f29 commit 7312b88Copy full SHA for 7312b88
1 file changed
.github/workflows/build.yml
@@ -9,6 +9,10 @@ on:
9
jobs:
10
build-go:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: read
14
+ pull-requests: write
15
+ checks: write
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v4
0 commit comments