Skip to content

Commit c8fb389

Browse files
committed
use GH_PAT_FOR_SHIVA
1 parent eb8e3f3 commit c8fb389

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ jobs:
6767
# - name: Install LA Blockchain Dependencies
6868
# run: npm i
6969
# 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}}
70+
- name: Log in to GitHub Container Registry
71+
uses: docker/login-action@v2
72+
with:
73+
registry: ghcr.io
74+
username: ${{ github.actor }}
75+
password: ${{ secrets.GH_PAT_FOR_SHIVA }}
7376
- name: Pull Shiva Container
7477
id: shiva-pull
7578
run: docker pull ghcr.io/lit-protocol/shiva:latest

0 commit comments

Comments
 (0)