Skip to content

fix: use GH_TOKEN for GitHub CLI in release-trigger workflow#8

Merged
jonasbokim merged 1 commit intomainfrom
chore/upstream-sync-main-2026-03-06
Mar 8, 2026
Merged

fix: use GH_TOKEN for GitHub CLI in release-trigger workflow#8
jonasbokim merged 1 commit intomainfrom
chore/upstream-sync-main-2026-03-06

Conversation

@jonasbokim
Copy link
Copy Markdown
Collaborator

The gh CLI tool specifically requires GH_TOKEN environment variable, not GITHUB_TOKEN. Also changed from RELEASE_PAT to GITHUB_TOKEN to use the automatically provided token.

Description

Testing

  • Tested locally with uv run specify --help
  • Ran existing tests with uv sync && uv run pytest
  • Tested with a sample project (if applicable)

AI Disclosure

  • I did not use AI assistance for this contribution
  • I did use AI assistance (describe below)

The gh CLI tool specifically requires GH_TOKEN environment variable, not GITHUB_TOKEN. Also changed from RELEASE_PAT to GITHUB_TOKEN to use the automatically provided token.
@jonasbokim jonasbokim merged commit cb27029 into main Mar 8, 2026
8 checks passed
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.

1 participant