Skip to content

Commit

Permalink
ci: adding read permission to publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Jun 20, 2024
1 parent e18caf4 commit 3a55e60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
runs-on: macos-latest
permissions:
contents: write # Needed in this case to write github pages.
contents: read
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3a55e60

Please sign in to comment.