Skip to content

Add packages:write permission to release workflow#6977

Merged
jaymcnallie merged 1 commit intomasterfrom
release-packages-write
Feb 26, 2026
Merged

Add packages:write permission to release workflow#6977
jaymcnallie merged 1 commit intomasterfrom
release-packages-write

Conversation

@jaymcnallie
Copy link
Member

Summary

  • Adds permissions: packages: write to the release workflow
  • Required because GitHub Packages only accepts GITHUB_TOKEN (not GitHub App tokens) for publishing
  • The reusable workflow in codice/release-pipelines now uses github.token for Maven deploy

GitHub Packages requires GITHUB_TOKEN (not app tokens) for publishing.
The reusable workflow now uses github.token for deploy, which needs
packages:write permission from the caller.
@jaymcnallie jaymcnallie merged commit 64c0920 into master Feb 26, 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.

3 participants