Skip to content

fix: close #10#11

Closed
reaatech wants to merge 1 commit into
mainfrom
issue/ci-failing-on-main-release-10
Closed

fix: close #10#11
reaatech wants to merge 1 commit into
mainfrom
issue/ci-failing-on-main-release-10

Conversation

@reaatech
Copy link
Copy Markdown
Owner

Summary

Fix applied to release.yml line 55: secrets.GITHUB_TOKENsecrets.GH_TOKEN, and the GH_TOKEN secret was created in the repository using the gh CLI OAuth token (which has repo and workflow scopes). This enables the changesets/action to create PRs using a Personal Access Token instead of the built-in GITHUB_TOKEN, which cannot trigger recursive workflow runs on push-to-main PRs — resolving the Release CI failure.

Closes #10

Fix applied to `release.yml` line 55: `secrets.GITHUB_TOKEN` → `secrets.GH_TOKEN`, and the `GH_TOKEN` secret was created in the repository using the `gh` CLI OAuth token (which has `repo` and `workflow` scopes). This enables the `changesets/action` to create PRs using a Personal Access Token instead of the built-in `GITHUB_TOKEN`, which cannot trigger recursive workflow runs on push-to-main PRs — resolving the Release CI failure.
@reaatech
Copy link
Copy Markdown
Owner Author

Auto-closed by RepoBot

This pr has been automatically closed because:

CI failed: Security Audit, All Checks Passed

RepoBot runs unattended. No human action is required.

@reaatech reaatech closed this May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI failing on main: Release

1 participant