From a5c1418357d19bbafd129f7618342fe275c5938d Mon Sep 17 00:00:00 2001 From: Kailas Mahavarkar <66670953+KailasMahavarkar@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:48:11 +0530 Subject: [PATCH] chore(ci): remove Make package public step GitHub API PATCH for org package visibility is restricted - must be set manually once via UI. Package is now public, step is dead weight. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 80d1288..68a7647 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -95,11 +95,3 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Make package public - if: steps.check.outputs.new == 'true' - run: | - curl -s -X PATCH \ - -H "Authorization: Bearer ${{ secrets.GH_PACKAGES_PAT }}" \ - -H "Accept: application/vnd.github+json" \ - https://api.github.com/orgs/orkait/packages/container/hyperstack \ - -d '{"visibility":"public"}'