Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Jan 27, 2026

This pull request makes a minor update to the GitHub Actions workflow for releases. The checkout step is renamed for clarity, and the release action is updated to a newer version.

  • Workflow improvements:
    • Renamed the checkout step from "Checkout Code" to "Checkout repo" for clarity.
    • Updated the PSModule/Release-GHRepository GitHub Action from version v2.0.1 to v2.0.2 to use the latest release action.

Copilot AI review requested due to automatic review settings January 27, 2026 19:16
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 Release workflow to use a newer version of the PSModule/Release-GHRepository GitHub Action.

Changes:

  • Bumps PSModule/Release-GHRepository from a pinned v2.0.1 commit to a newer v2.0.2 commit.
  • Removes the explicit GITHUB_TOKEN environment variable from the Release step.
Comments suppressed due to low confidence (1)

.github/workflows/Release.yml:38

  • In the previous version this step explicitly passed GITHUB_TOKEN: ${{ github.token }} to the Release-GHRepository action, but in this change the environment variable is no longer set. Unless the action was recently changed to obtain the token without relying on the GITHUB_TOKEN env var, this will break authenticated calls needed to create releases. Please either restore the explicit GITHUB_TOKEN binding (preferably using secrets.GITHUB_TOKEN), or confirm via the action's documentation that the token is now provided in another way and update the workflow accordingly if needed.
      - name: Release
        uses: PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2


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

@MariusStorhaug MariusStorhaug changed the title 🩹 Update Release workflow and dependencies 🩹 [Patch]: Update Release workflow and dependencies Jan 27, 2026
@MariusStorhaug MariusStorhaug changed the title 🩹 [Patch]: Update Release workflow and dependencies ⚙️ [Maintenance]: Update Release workflow and dependencies Jan 27, 2026
@MariusStorhaug MariusStorhaug self-assigned this Jan 27, 2026
@MariusStorhaug MariusStorhaug changed the title ⚙️ [Maintenance]: Update Release workflow and dependencies ⚙️ [Maintenance]: Align Release workflow across repositories Jan 27, 2026
@MariusStorhaug MariusStorhaug changed the title ⚙️ [Maintenance]: Align Release workflow across repositories ⚙️ [Maintenance]: Align workflows across action repositories Jan 27, 2026
@MariusStorhaug MariusStorhaug merged commit 72075d5 into main Jan 27, 2026
17 checks passed
@MariusStorhaug MariusStorhaug deleted the update-release-workflow branch January 27, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants