There was an error while loading. Please reload this page.
1 parent 9f87bf9 commit 7f59c26Copy full SHA for 7f59c26
1 file changed
.github/workflows/release.yml
@@ -1,5 +1,8 @@
1
name: Release binaries
2
3
+permissions:
4
+ contents: write
5
+
6
on:
7
release:
8
types: [created]
@@ -31,4 +34,3 @@ jobs:
31
34
uses: softprops/action-gh-release@v2
32
35
with:
33
36
files: caddy-${{ matrix.goos }}-${{ matrix.goarch }}
- token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments