Skip to content

Use per-package instead of org endpoints#2425

Merged
pkwarren merged 1 commit intomainfrom
pkw/refactor-release
Apr 22, 2026
Merged

Use per-package instead of org endpoints#2425
pkwarren merged 1 commit intomainfrom
pkw/refactor-release

Conversation

@pkwarren
Copy link
Copy Markdown
Member

With the ${github.token} or an app token, it appears that the org level package endpoints can't be retrieved. It is not worth switching this to a PAT.

Update the release workflow to call each package's endpoints directly (~81 calls vs 1) which is still a marked improvement from before (~1700 OCI registry calls).

With the `${github.token}` or an app token, it appears that the org
level package endpoints can't be retrieved. It is not worth switching
this to a PAT.

Update the release workflow to call each package's endpoints directly
(~81 calls vs 1) which is still a marked improvement from before (~1700
OCI registry calls).
client-id: ${{ secrets.TOKEN_EXCHANGE_GH_APP_CLIENT_ID }}
private-key: ${{ secrets.TOKEN_EXCHANGE_GH_APP_PRIVATE_KEY }}
permission-contents: write
permission-packages: read
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Reverted previous attempts to use an app token.

@pkwarren pkwarren merged commit 297bffc into main Apr 22, 2026
4 checks passed
@pkwarren pkwarren deleted the pkw/refactor-release branch April 22, 2026 18:51
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.

2 participants