Skip to content

Commit

Permalink
chore(repo): Fix release workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Oct 18, 2023
1 parent 89932e1 commit 723e1c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 723e1c5

Please sign in to comment.