Skip to content

Comments

Fix publish and republish#2988

Merged
plengauer merged 2 commits intomainfrom
plengauer-patch-1-1
Feb 23, 2026
Merged

Fix publish and republish#2988
plengauer merged 2 commits intomainfrom
plengauer-patch-1-1

Conversation

@plengauer
Copy link
Owner

No description provided.

@plengauer plengauer self-assigned this Feb 23, 2026
@plengauer plengauer marked this pull request as ready for review February 23, 2026 21:47
@plengauer plengauer requested a review from moflwi as a code owner February 23, 2026 21:47
Copilot AI review requested due to automatic review settings February 23, 2026 21:47
@plengauer plengauer changed the title Fix publish Fix publish and republish Feb 23, 2026
@plengauer plengauer merged commit 241e9f7 into main Feb 23, 2026
8 checks passed
@plengauer plengauer deleted the plengauer-patch-1-1 branch February 23, 2026 21:48
Copy link
Contributor

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 fixes the publish workflow by migrating from a custom PACKAGES_GITHUB_TOKEN secret to the built-in github.token for GitHub Container Registry authentication, and bumps the version from 5.45.0 to 5.45.1.

Changes:

  • Switched from custom PACKAGES_GITHUB_TOKEN to built-in github.token for GHCR authentication
  • Added packages: write permission to enable container registry pushes with the built-in token
  • Updated Docker login to use github.actor instead of github.repository_owner (standard pattern with github.token)
  • Improved YAML structure by moving step metadata (id, env) before the run block

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
VERSION Patch version bump from 5.45.0 to 5.45.1 for this publish workflow fix
.github/workflows/publish.yml Migrated GHCR authentication from custom secret to built-in token with proper permissions, improved step structure

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