Skip to content

Commit 7f59c26

Browse files
committed
Give it write perms
1 parent 9f87bf9 commit 7f59c26

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release binaries
22

3+
permissions:
4+
contents: write
5+
36
on:
47
release:
58
types: [created]
@@ -31,4 +34,3 @@ jobs:
3134
uses: softprops/action-gh-release@v2
3235
with:
3336
files: caddy-${{ matrix.goos }}-${{ matrix.goarch }}
34-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)