Skip to content

Commit

Permalink
Fix actions permissions (#481)
Browse files Browse the repository at this point in the history
* Test action

* Fixed permissions

---------

Co-authored-by: Anthony Watherston <[email protected]>
  • Loading branch information
anwather and Anthony Watherston authored Feb 18, 2024
1 parent d0892c7 commit 9f1c468
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- main

permissions:
pages: write
contents: write

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

0 comments on commit 9f1c468

Please sign in to comment.