Skip to content

Commit

Permalink
chore: update release action and workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed Aug 27, 2024
1 parent 6eaada8 commit 0a9e063
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
permissions:
# used by cycjimmy/semantic-release-action
contents: write
issues: write
pull-requests: write
packages: write
# used by aws-actions/configure-aws-credentials
id-token: write
Expand Down
4 changes: 3 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"@semantic-release/github",
{
"successComment": false,
"releasedLabels": false
"releasedLabels": false,
"failComment": false,
"failTitle": false
}
]
]
Expand Down

0 comments on commit 0a9e063

Please sign in to comment.