Skip to content

fix: Use built-in token for Git authentication - #118

Merged
ShrimpCryptid merged 1 commit into
mainfrom
fix/release-action-tokens
Sep 19, 2026
Merged

ShrimpCryptid merged 1 commit into
mainfrom
fix/release-action-tokens

Conversation

@ShrimpCryptid

Copy link
Copy Markdown
Contributor

More poking at GitHub actions. I had a step in the action that created a GitHub app token, but it turns out that, since I'm only taking action within the repository, I can use the built-in GITHUB_TOKEN that is set for action runners.

@ShrimpCryptid
ShrimpCryptid requested a lite review from Copilot September 18, 2026 23:09
@ShrimpCryptid ShrimpCryptid self-assigned this Sep 18, 2026
@ShrimpCryptid ShrimpCryptid added the bug Something isn't working label Sep 18, 2026

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.

Copilot review overview

🟢 Approval recommended

No unresolved review comments remain.

Review effort: Lite
Findings: None

What changed in this PR

Updates the release workflow to use GitHub Actions’ built-in GITHUB_TOKEN for repository authentication.

Changes:

  • Removes GitHub App token generation.
  • Uses GITHUB_TOKEN for checkout and release operations.
File Description
.github/​workflows/​release-new-version.yml Replaces app-token authentication with the built-in repository token.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ShrimpCryptid
ShrimpCryptid marked this pull request as ready for review September 18, 2026 23:44
@ShrimpCryptid
ShrimpCryptid merged commit 90d940b into main Sep 19, 2026
2 checks passed
@ShrimpCryptid
ShrimpCryptid deleted the fix/release-action-tokens branch September 19, 2026 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants