1 parent 58a1474 commit ed7d3e6Copy full SHA for ed7d3e6
1 file changed
.github/workflows/release.yaml
@@ -12,6 +12,8 @@ jobs:
12
release:
13
name: Release Go Binary
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: write
17
steps:
18
- uses: actions/checkout@v5
19
with:
0 commit comments