From 3165994e15f082e518f5c21a7ce092d325279868 Mon Sep 17 00:00:00 2001 From: Thomas Showers Date: Mon, 20 Jun 2022 16:53:41 -0300 Subject: [PATCH] chore: fix release-please permissions --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7c7ff0d..b027873 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -54,6 +54,7 @@ jobs: needs: [publish-artifacts] runs-on: ubuntu-latest permissions: + contents: write pull-requests: write steps: - name: Create or Update Release PR