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 e2484f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
build-publish:
runs-on: macos-latest
permissions:
contents: write # Needed in this case to write github pages.
id-token: write
contents: read
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e2484f4

Please sign in to comment.