Skip to content

Commit

Permalink
Add explicit write permissions for action to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Jun 14, 2024
1 parent e116c47 commit 767421c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ name: Render and deploy Book
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
deployments: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 767421c

Please sign in to comment.