Skip to content

Commit 9ede596

Browse files
committed
list packages
1 parent 55509ea commit 9ede596

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
username: ${{ github.actor }}
7575
password: ${{ secrets.GH_PAT_FOR_SHIVA }}
7676
- 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'
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'
8181
- name: Pull Shiva Container
8282
id: shiva-pull
8383
run: docker pull ghcr.io/lit-protocol/shiva:snap-shot-test

0 commit comments

Comments
 (0)