Skip to content

Set release persist-credential false#448

Merged
5ouma merged 1 commit into
mainfrom
ci-release-persist-credential-false
Jun 9, 2026
Merged

Set release persist-credential false#448
5ouma merged 1 commit into
mainfrom
ci-release-persist-credential-false

Conversation

@5ouma

@5ouma 5ouma commented Jun 9, 2026

Copy link
Copy Markdown
Owner

⚠️ Issue

close #


✏️ Description

Set the GitHub CLI as a Git credential helper to operate.


Set GitHub CLI as a Git credential helper to operate.
Copilot AI review requested due to automatic review settings June 9, 2026 14:10
@github-actions github-actions Bot added the 🎽 CI Changes to CI configuration files and scripts label Jun 9, 2026
@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@5ouma, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 37 minutes and 34 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 96d2795d-9688-468b-919e-5fdfa3915efb

📥 Commits

Reviewing files that changed from the base of the PR and between 1126872 and efe4974.

📒 Files selected for processing (2)
  • .github/ghalint.yml
  • .github/workflows/release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci-release-persist-credential-false

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.

Copilot AI left a comment

Copy link
Copy Markdown

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 release workflow to avoid persisting checkout credentials and instead rely on GitHub CLI credential-helper–based authentication during release automation.

Changes:

  • Set actions/checkout persist-credentials: false in the release workflow.
  • Add a gh auth setup-git step and provide GH_TOKEN to the tagpr step.
  • Remove the .github/ghalint.yml exclusion that previously allowed persist-credentials: true in the release workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/release.yml Disables persisted checkout credentials and introduces GitHub CLI-based git credential handling for release tagging.
.github/ghalint.yml Removes the lint exclusion related to persist-credentials in the release workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/release.yml
@5ouma 5ouma merged commit 99d7aa1 into main Jun 9, 2026
9 checks passed
@5ouma 5ouma deleted the ci-release-persist-credential-false branch June 9, 2026 14:14
@5ouma 5ouma Bot mentioned this pull request Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🎽 CI Changes to CI configuration files and scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants