Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 56691a8

Browse files
authoredFeb 19, 2024
[skip-changelog] fix ncipollo/release-action not being able to write (#2545)
ncipollo/release-action#208 (comment)
1 parent b93c639 commit 56691a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/release-go-task.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ jobs:
240240
- create-release-artifacts
241241
- notarize-macos
242242
- create-windows-installer
243+
permissions:
244+
contents: write
243245

244246
steps:
245247
- name: Checkout repository

0 commit comments

Comments
 (0)
Please sign in to comment.