From 8468c2f869bfab2af5a4873509d3f2a590631eac Mon Sep 17 00:00:00 2001 From: Samuel K Date: Mon, 27 Jul 2026 00:23:04 -0500 Subject: [PATCH] ci(agent-helper): drop unused packages:write, bump image to 1.0.0 The GHCR publish authenticates via the GitHub App token, not GITHUB_TOKEN, so the packages:write job permission was unused. The org package now exists (bootstrapped by a first manual push), so App-token pushes succeed once the App is granted write access to the package. Bumps images/agent-helper/VERSION to 1.0.0. --- .github/workflows/publish-agent-helper.yml | 1 - images/agent-helper/VERSION | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-agent-helper.yml b/.github/workflows/publish-agent-helper.yml index 841385e67..2dbc4dadb 100644 --- a/.github/workflows/publish-agent-helper.yml +++ b/.github/workflows/publish-agent-helper.yml @@ -28,7 +28,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - packages: write steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 diff --git a/images/agent-helper/VERSION b/images/agent-helper/VERSION index 6e8bf73aa..3eefcb9dd 100644 --- a/images/agent-helper/VERSION +++ b/images/agent-helper/VERSION @@ -1 +1 @@ -0.1.0 +1.0.0