Skip to content

Commit

Permalink
list packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Oct 25, 2024
1 parent 55509ea commit 9ede596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GH_PAT_FOR_SHIVA }}
- name: List Available Images in GitHub Container Registry
run: |
curl -s -H "Authorization: Bearer ${{ secrets.GH_PAT_FOR_SHIVA }}" \
-H "Accept: application/vnd.github+json" \
"https://api.github.com/orgs/LIT-Protocol/packages?package_type=container" | jq '.[] | .name'
run: |
curl -s -H "Authorization: Bearer ${{ secrets.GH_PAT_FOR_SHIVA }}" \
-H "Accept: application/vnd.github+json" \
"https://api.github.com/orgs/LIT-Protocol/packages?package_type=container" | jq '.[] | .name'
- name: Pull Shiva Container
id: shiva-pull
run: docker pull ghcr.io/lit-protocol/shiva:snap-shot-test
Expand Down

0 comments on commit 9ede596

Please sign in to comment.