Skip to content

Commit

Permalink
Add permissions for runner to write and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent e39332c commit b0be456
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
- main
- "0.80"

permissions:
contents: write
id-token: write
pages: write


jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0be456

Please sign in to comment.