We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0df4723 + 2e1adac commit 9b44427Copy full SHA for 9b44427
1 file changed
.github/workflows/build-and-release.yml
@@ -43,6 +43,8 @@ jobs:
43
44
build:
45
name: Build Go Binary
46
+ permissions:
47
+ contents: read
48
runs-on: ${{ matrix.os }}
49
needs: auto-tag
50
# Always run build, even if auto-tag was skipped (e.g., for tag pushes)
0 commit comments