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 eb8e3f3 commit c8fb389Copy full SHA for c8fb389
.github/workflows/ci.yml
@@ -67,9 +67,12 @@ jobs:
67
# - name: Install LA Blockchain Dependencies
68
# run: npm i
69
# working-directory: ${{github.workspace}}/lit-assets/blockchain/contracts
70
- - name: Docker login
71
- id: login
72
- run: docker login ghcr.io/ -u ${{secrets.GH_USER}} --password ${{secrets.GH_PAT}}
+ - name: Log in to GitHub Container Registry
+ uses: docker/login-action@v2
+ with:
73
+ registry: ghcr.io
74
+ username: ${{ github.actor }}
75
+ password: ${{ secrets.GH_PAT_FOR_SHIVA }}
76
- name: Pull Shiva Container
77
id: shiva-pull
78
run: docker pull ghcr.io/lit-protocol/shiva:latest
0 commit comments