From 9766185b079347bb2283c40b72208117180b1caa Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 14 Sep 2024 16:38:33 -0700 Subject: [PATCH] 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 --- .github/workflows/semantic-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 167db5f1..5a71d0e6 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -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: