Skip to content

Commit

Permalink
Update build-quarto.yaml
Browse files Browse the repository at this point in the history
Add actions write permission
  • Loading branch information
froggleston authored Jun 14, 2024
1 parent 767421c commit a30dfd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
deployments: write
deployments: write
actions: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit a30dfd2

Please sign in to comment.