We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ede596 commit 971dcdaCopy full SHA for 971dcda
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
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'
+ "https://api.github.com/orgs/LIT-Protocol/packages?package_type=container"
81
- name: Pull Shiva Container
82
id: shiva-pull
83
run: docker pull ghcr.io/lit-protocol/shiva:snap-shot-test
0 commit comments