Skip to content

Commit

Permalink
reverted visibility change (stackblitz-labs#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus authored and apple committed Jan 9, 2025
1 parent 5280125 commit 9cb31bc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,6 @@ jobs:
run: |
docker buildx imagetools inspect ${{ steps.string.outputs.lowercase }}:${{ steps.meta.outputs.version }}
- name: Make package public
run: |
gh api \
--method PATCH \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"/user/packages/container/${{ github.event.repository.name }}/visibility" \
-f visibility='public'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v2

0 comments on commit 9cb31bc

Please sign in to comment.