Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write

Check failure on line 27 in .github/workflows/publish-docs.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

publish-docs.yml:27: overly broad permissions: pages: write is overly broad at the workflow level
id-token: write

Check failure on line 28 in .github/workflows/publish-docs.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

publish-docs.yml:28: overly broad permissions: id-token: write is overly broad at the workflow level

# Allow only one concurrent deployment
concurrency:
Expand Down Expand Up @@ -85,4 +85,4 @@
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5
Loading