Skip to content

fix(ci): pass app token via GITHUB_TOKEN env for softprops release step#357

Merged
skevetter merged 1 commit into
mainfrom
4db9-promote-verify
May 18, 2026
Merged

fix(ci): pass app token via GITHUB_TOKEN env for softprops release step#357
skevetter merged 1 commit into
mainfrom
4db9-promote-verify

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

  • The token: input on softprops/action-gh-release@v3 may handle the token differently than the GITHUB_TOKEN environment variable
  • release.yml uses softprops without specifying token: and it works for asset uploads using the default GITHUB_TOKEN
  • This PR switches to passing the app token via the GITHUB_TOKEN environment variable (overriding it for just this step), which is the mechanism release.yml uses successfully

The token: input on softprops/action-gh-release@v3 may not work correctly
with the GitHub App token. Instead pass the app token by overriding the
GITHUB_TOKEN environment variable that softprops reads by default, which
is the same pattern that works in release.yml for asset uploads.
@netlify

netlify Bot commented May 18, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit 88feaf7
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a0b6aab862b410008eef60a

@coderabbitai

coderabbitai Bot commented May 18, 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 46 minutes and 9 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ 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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1b98a07e-1bd6-4296-b923-46d17b37781e

📥 Commits

Reviewing files that changed from the base of the PR and between ed11e14 and 88feaf7.

📒 Files selected for processing (1)
  • .github/workflows/promote-release.yml

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 merged commit 69b8cb3 into main May 18, 2026
16 checks passed
@skevetter
skevetter deleted the 4db9-promote-verify branch May 18, 2026 19:43
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