From a39d65232682f39d99d4c515b794941784be6328 Mon Sep 17 00:00:00 2001 From: Lennart Date: Wed, 18 Oct 2023 14:35:18 +0200 Subject: [PATCH] chore(repo): Fix release workflow permissions (#1914) --- .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 421de6fc42..c6a97d3a12 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"