Skip to content

test(e2e): use x-access-token for GitHub App token credentials - #7

Merged
skevetter merged 1 commit into
mainfrom
fix/e2e-app-token-credentials
Apr 19, 2026
Merged

test(e2e): use x-access-token for GitHub App token credentials#7
skevetter merged 1 commit into
mainfrom
fix/e2e-app-token-credentials

Conversation

@skevetter

@skevetter skevetter commented Apr 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix up-private-token test failing with "repository not found" when using GitHub App tokens
  • GitHub App tokens require x-access-token as the git credential username, not the org name
  • Add GH_CREDENTIAL_USERNAME env var to workflows and test

GitHub App tokens require "x-access-token" as the username in git
credentials, not the org name. Pass GH_CREDENTIAL_USERNAME from the
workflow so the test uses the correct credential format.
@netlify

netlify Bot commented Apr 19, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit d20ef85
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/69e43fb8e432be0008fc0763

@coderabbitai

coderabbitai Bot commented Apr 19, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@skevetter has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 33 minutes and 33 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 33 minutes and 33 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: d7885951-8d28-4f32-9f40-93570adf6494

📥 Commits

Reviewing files that changed from the base of the PR and between bc114c9 and d20ef85.

📒 Files selected for processing (3)
  • .github/workflows/act.yml
  • .github/workflows/pr-ci.yml
  • e2e/tests/up/up_private_token.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/e2e-app-token-credentials

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@skevetter skevetter changed the title fix(e2e): use x-access-token for GitHub App token credentials test(e2e): use x-access-token for GitHub App token credentials Apr 19, 2026
@skevetter
skevetter merged commit d45f59a into main Apr 19, 2026
15 checks passed
@skevetter
skevetter deleted the fix/e2e-app-token-credentials branch April 21, 2026 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant