Skip to content

Commit

Permalink
ci: Add write permissions for semantic release jobs (#1531)
Browse files Browse the repository at this point in the history
* ci: Add write permissions for semantic release jobs

* ci: Add write permissions for semantic release jobs

* Formatting fix
  • Loading branch information
dermotduffy committed Sep 14, 2024
1 parent 9a7c16a commit 9766185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
name: Semantic Release

permissions:
contents: read
contents: write # To be able to publish a GitHub release
issues: write # To be able to comment on released issues
pull-requests: write # To be able to comment on released pull requests

on:
push:
Expand Down

0 comments on commit 9766185

Please sign in to comment.