From 723e1c512864265414efc36762e7753d452f04fd Mon Sep 17 00:00:00 2001 From: LekoArts Date: Wed, 18 Oct 2023 14:32:24 +0200 Subject: [PATCH] chore(repo): Fix release workflow permissions --- .github/workflows/release-prod.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index 421de6fc420..c6a97d3a126 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -16,8 +16,13 @@ jobs: if: ${{ github.repository == 'clerkinc/javascript' }} runs-on: ${{ vars.RUNNER_LARGE }} permissions: - contents: read + contents: write id-token: write + packages: write + pull-requests: write + issues: read + statuses: write + checks: write steps: - name: Echo github context run: echo "$GITHUB_CONTEXT"