Skip to content

Commit 6f002d8

Browse files
committed
Update registry token
1 parent 41b8b6d commit 6f002d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/_test_nccl_gke.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@v4
6464

65-
- name: Login to GitHub Container Registry
65+
- name: Login to nvcr.io Container Registry
6666
uses: docker/login-action@v3
6767
with:
68-
registry: ghcr.io
69-
username: ${{ github.repository_owner }}
70-
password: ${{ secrets.GITHUB_TOKEN }}
68+
registry: nvcr.io
69+
username: $oauthtoken
70+
password: ${{ secrets.NVCR_TOKEN }}
7171

7272
- name: K8s GHCR store and delete token
7373
id: store-token

0 commit comments

Comments
 (0)