Skip to content
Open
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/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Deploy docs (branch preview)
if: github.ref != 'refs/heads/master'
uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 # v3.0
uses: nwtgck/actions-netlify@d22a32a27c918fe470bbc562e984f80ec48c2668 # v4.0.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Suggestion: Version 4.0.0 of this action requires Node.js 20 and has known regressions in token handling that were resolved in v4.0.1. Because github-deployment-environment is specified, the workflow requires explicit deployments: write permissions to function correctly. Try running the following prompt in your coding agent: > Update the nwtgck/actions-netlify action to the latest v4.x patch version and check for deployments: write permissions in the workflow.

with:
publish-dir: ./site
production-branch: master
Expand Down
Loading