-
Notifications
You must be signed in to change notification settings - Fork 251
Chore: correct the params used with the peaceiris/actions-gh-pages@v4 plugin [#3735] #3736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR corrects the authentication parameter used with the peaceiris/actions-gh-pages@v4 GitHub Action in the deployment workflow, changing from deploy_key to personal_token to properly align with the token type being used. Additionally, it includes minor formatting improvements for consistency.
- Changes the authentication parameter from
deploy_keytopersonal_tokenfor the peaceiris/actions-gh-pages@v4 action - Standardizes string quotes from single to double quotes throughout the workflow
- Removes trailing whitespace for cleaner formatting
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
swashbuck
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
## [5.54.1](v5.54.0...v5.54.1) (2025-12-30) ### Chore * correct the params used with the peaceiris/actions-gh-pages@v4 plugin (#3736) ([e175958](e175958)), closes [#3736](#3736) ### Fix * Bumping core to v6.72.2 automatically via 'frameworkpullrequest' Github action (#3739) ([0c9c744](0c9c744)), closes [#3739](#3739)
|
🎉 This PR is included in version 5.54.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fixes #3735
Chore