Skip to content

Commit

Permalink
Add missing permissions in deployment workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Apr 25, 2024
1 parent 301db57 commit 3158794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.ref_protected
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
id-token: write
pull-requests: write

steps:
- name: Checkout
Expand Down

0 comments on commit 3158794

Please sign in to comment.