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 8f4a031 commit 7158902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ on:
- 'containers/controller/**'

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 7158902

Please sign in to comment.