Skip to content

Commit 55509ea

Browse files
committed
list packages
1 parent f807d3c commit 55509ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
registry: ghcr.io
7474
username: ${{ github.actor }}
7575
password: ${{ secrets.GH_PAT_FOR_SHIVA }}
76+
- name: List Available Images in GitHub Container Registry
77+
run: |
78+
curl -s -H "Authorization: Bearer ${{ secrets.GH_PAT_FOR_SHIVA }}" \
79+
-H "Accept: application/vnd.github+json" \
80+
"https://api.github.com/orgs/LIT-Protocol/packages?package_type=container" | jq '.[] | .name'
7681
- name: Pull Shiva Container
7782
id: shiva-pull
7883
run: docker pull ghcr.io/lit-protocol/shiva:snap-shot-test

0 commit comments

Comments
 (0)