Skip to content

Commit

Permalink
Add write permissions to deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrosenthal authored Nov 12, 2024
1 parent 1845d4c commit e3188dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- master
permissions:
contents: write
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3188dd

Please sign in to comment.