Skip to content

Fixed action to push to upstream publish - #233

Merged
nastena1606 merged 1 commit into
mainfrom
Fix-push-to-publish
Aug 25, 2026
Merged

Fixed action to push to upstream publish#233
nastena1606 merged 1 commit into
mainfrom
Fix-push-to-publish

Conversation

@nastena1606

Copy link
Copy Markdown
Collaborator

No description provided.

@nastena1606
nastena1606 requested review from alina-derkach-oaza and a lite review from Copilot August 20, 2026 12:59
@nastena1606
nastena1606 temporarily deployed to Fix-push-to-publish - k8sps-docs-preview PR #233 August 20, 2026 12:59 — with Render Destroyed

Copilot AI left a comment

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.

Pull request overview

This PR updates the GitHub Actions workflow used to build and deploy the documentation, focusing on changing how Git authentication is configured for pushing to the publish branch.

Changes:

  • Replaced the prior http.https://github.com/.extraheader auth configuration with a URL rewrite (url.<...>.insteadOf) using the robot token.
  • Added additional Git config/environment lines intended to support authenticated pushes during the deploy step.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +48 to +52
git config --global url."https://percona-platform-robot:${ROBOT_TOKEN}@github.com".insteadOf "https://github.com"
git config user.name "GitHub Action"
git config user.email "github-action@users.noreply.github.com"

git config user.password "${ROBOT_TOKEN}"
echo "GIT_USER=percona-platform-robot:${ROBOT_TOKEN}" >> $GITHUB_ENV
@nastena1606
nastena1606 merged commit 5a65c18 into main Aug 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants