Skip to content

Commit

Permalink
chore(workflows): add write permissions to alpha-releases and gorelea…
Browse files Browse the repository at this point in the history
…ser workflows
  • Loading branch information
samcm committed Sep 26, 2023
1 parent 7df7780 commit 6467c00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/alpha-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- 'release/*'

jobs:
permissions:
contents: write
tag-release:
runs-on: ubuntu-20.04
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
goreleaser:
permissions:
contents: write
runs-on:
- environment=production
- size=xxlarge
Expand Down

0 comments on commit 6467c00

Please sign in to comment.