Skip to content

Commit

Permalink
Adjust permissions for deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Dec 3, 2024
1 parent f993bae commit 1d06788
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
jobs:
deploy-static:

permissions:
contents: 'read'
id-token: 'write'

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1d06788

Please sign in to comment.