Skip to content

Conversation

@JohnVillalovos
Copy link
Member

For the: "Publish package distributions to GitHub Releases" use the correct secrets.RELEASE_GITHUB_TOKEN. Before it was using secrets.GITHUB_TOKEN

The other steps are already using secrets.RELEASE_GITHUB_TOKEN

Closes: #3288

@JohnVillalovos JohnVillalovos requested review from Copilot and nejch and removed request for Copilot October 29, 2025 15:41
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the GitHub token used for publishing package distributions to GitHub Releases to use a custom secret (RELEASE_GITHUB_TOKEN) instead of the default GITHUB_TOKEN. This aligns with the token already being used in other steps of the workflow (checkout and semantic release).

  • Changed the github_token parameter in the publish action from secrets.GITHUB_TOKEN to secrets.RELEASE_GITHUB_TOKEN

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

For the: "Publish package distributions to GitHub Releases" use the
correct `secrets.RELEASE_GITHUB_TOKEN`. Before it was using
`secrets.GITHUB_TOKEN`

The other steps are already using `secrets.RELEASE_GITHUB_TOKEN`

Closes: #3288
Copy link
Member

@nejch nejch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you and apologies for the late review @JohnVillalovos!

@nejch nejch merged commit 614a74c into main Nov 2, 2025
18 checks passed
@nejch nejch deleted the jlvillal/fix_release branch November 2, 2025 10:49
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.

The release job fails to publish the Python packages to GitHub

3 participants