CI: authenticate gh-aw-marketplace clone in marketplace compile integration job#27007
Merged
CI: authenticate gh-aw-marketplace clone in marketplace compile integration job#27007
gh-aw-marketplace clone in marketplace compile integration job#27007Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8a228d41-78a2-40ce-8239-407e518af79b Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/8a228d41-78a2-40ce-8239-407e518af79b Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This reverts commit c84e8e9. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
April 18, 2026 10:36
View session
Collaborator
|
@copilot use built binary from build artifact instead of rebuilding in the job (see build job) |
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes a CI failure in the Integration Compile gh-aw-marketplace job by authenticating the git clone of github/gh-aw-marketplace in a non-interactive GitHub Actions runner.
Changes:
- Update the clone command in
.github/workflows/ci.ymlto pass an Authorization header using the workflow token.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/ci.yml | Adds auth to the gh-aw-marketplace clone step to prevent checkout failures in CI. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
Closed
Collaborator
|
@copilot review all comments |
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/328b2c1c-f057-42ba-88f4-49373a643d57 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This reverts commit 0faf304. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/328b2c1c-f057-42ba-88f4-49373a643d57 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Apr 18, 2026
Copilot stopped work on behalf of
pelikhan due to an error
April 18, 2026 10:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
Integration Compile gh-aw-marketplaceCI job failed at repository checkout withfatal: could not read Username for 'https://github.com'(exit 128). The workflow was cloninggithub/gh-aw-marketplacewithout explicit auth in a non-interactive runner.Root cause
Change
.github/workflows/ci.ymlto pass the workflow token via Git HTTP header for that operation.Scope