Skip to content

ci: bump github-pages-deploy-action to v4.7.5#5862

Merged
gz merged 1 commit intomainfrom
fix/ci-release-docs-deploy
Mar 19, 2026
Merged

ci: bump github-pages-deploy-action to v4.7.5#5862
gz merged 1 commit intomainfrom
fix/ci-release-docs-deploy

Conversation

@jyotshnayaparla-00
Copy link
Contributor

actions/checkout@v6 changed credential storage to use git's includeIf directive, scoped to the repo directory. This broke cross-repo deployments in github-pages-deploy-action (v4.7.3) as the credentials don't carry over to the temp directory used for pushing to feldera/docs.feldera.com, causing git exit code 128 and skipping Docker image tagging for 0.270.0 and 0.271.0.

v4.7.5 explicitly fixes cross-repo deployment with checkout@v6 credentials.

actions/checkout@v6 changed credential storage to use git's includeIf
directive, scoped to the repo directory. This broke cross-repo deployments
in github-pages-deploy-action (v4.7.3) as the credentials don't carry over
to the temp directory used for pushing to feldera/docs.feldera.com, causing
git exit code 128 and skipping Docker image tagging for 0.270.0 and 0.271.0.

v4.7.5 explicitly fixes cross-repo deployment with checkout@v6 credentials.
@jyotshnayaparla-00 jyotshnayaparla-00 added this pull request to the merge queue Mar 18, 2026
Copy link

@mythical-fred mythical-fred left a comment

Choose a reason for hiding this comment

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

LGTM

@gz gz removed this pull request from the merge queue due to a manual request Mar 19, 2026
@gz gz added this pull request to the merge queue Mar 19, 2026
Merged via the queue into main with commit 20a554c Mar 19, 2026
1 check passed
@gz gz deleted the fix/ci-release-docs-deploy branch March 19, 2026 06:33
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.

3 participants