Skip to content

fix(ci): use github.token for stable release creation in promote workflow#349

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

fix(ci): use github.token for stable release creation in promote workflow#349
skevetter merged 1 commit into
mainfrom
4db9-promote-verify

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

  • The GitHub App token (steps.app-token.outputs.token) returns HTTP 403 when used to create releases via both gh release create and softprops/action-gh-release@v3
  • The workflow already has permissions: contents: write at the top level, giving github.token the required permission
  • Switch the create stable release step to use github.token, matching the existing trigger full rebuild step

…flow

The GitHub App token gets 403 when creating releases via both gh CLI and
softprops/action-gh-release. The workflow-level permissions already grant
contents:write to github.token, so use that for the create stable release
step (matching the existing trigger full rebuild step).
@netlify

netlify Bot commented May 18, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit 4051db8
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a0b5a35b04700000820be7f

@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 36 minutes and 14 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: c936860b-8500-44e6-aa1b-67831f1e4ba9

📥 Commits

Reviewing files that changed from the base of the PR and between 9b80897 and 4051db8.

📒 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 abde042 into main May 18, 2026
16 checks passed
@skevetter
skevetter deleted the 4db9-promote-verify branch May 18, 2026 18:33
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