From 75636383c514d62f89609f3c2d202f2c41c6fa5a Mon Sep 17 00:00:00 2001 From: Geoff Lamrock Date: Mon, 5 Feb 2024 11:40:50 +1100 Subject: [PATCH] chore: Fix permissions required by release-please (#163) --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cc6e6b96..64138f3c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write # Needed to tag repo and create releases + pull-requests: write # Needed to add comments to pull requests on release steps: - uses: google-github-actions/release-please-action@v3 id: release