Skip to content

Commit

Permalink
fix: missing pr write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Jul 4, 2024
1 parent 98cfcef commit 1d1a61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guacamole-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ on:
- 'charts/guacamole-crds/**'

permissions:
contents: write
pull-requests: read
actions: read
contents: write
pull-requests: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 1d1a61e

Please sign in to comment.