Skip to content

Commit

Permalink
Update release workflow's permissions (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikimanoledaki authored Nov 27, 2024
1 parent f807e1a commit 1f614d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -5,7 +5,7 @@ on:
- v*

permissions:
contents: read
contents: write

jobs:
goreleaser:
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Make sure to check the documentation at https://goreleaser.com

version: 2

project_name: cloudcost-explorer
builds:
- id: cloudcost-explorer
Expand Down

0 comments on commit 1f614d4

Please sign in to comment.