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:
Dermot Duffy
2024-09-14 16:38:33 -07:00
committed by GitHub
parent 9a7c16ac4e
commit 9766185b07
+3 -1
View File
@@ -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: