ci: Add write permissions for semantic release jobs (#1531)
* ci: Add write permissions for semantic release jobs * ci: Add write permissions for semantic release jobs * Formatting fix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user