Skip to content

Commit

Permalink
Fix release gh-action permissions (#6292)
Browse files Browse the repository at this point in the history
## Motivation

Fix release GH action.
  • Loading branch information
andres-spacemesh committed Aug 28, 2024
1 parent d00ec19 commit 6d9b5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- os: windows-2022
outname_sufix: "win-amd64"
permissions:
contents: 'read'
contents: 'write'
id-token: 'write'
steps:
- shell: bash
Expand Down

0 comments on commit 6d9b5e4

Please sign in to comment.