Skip to content

Commit 129b8d2

Browse files
committed
fix typos
1 parent 1cba9f8 commit 129b8d2

12 files changed

Lines changed: 24 additions & 24 deletions

.github/workflows/build-devel-main-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
if: github.event_name == 'push'
2929
with:
3030
registry: ghcr.io
31-
username: ${{ github.token }}
32-
password: ${{ github.repository_owner }}
31+
username: ${{ github.repository_owner }}
32+
password: ${{ github.token }}
3333
- name: Initialize sccache_credentials
3434
run: |
3535
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-devel-package-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
if: github.event_name == 'push'
3131
with:
3232
registry: ghcr.io
33-
username: ${{ github.token }}
34-
password: ${{ github.repository_owner }}
33+
username: ${{ github.repository_owner }}
34+
password: ${{ github.token }}
3535
- name: Initialize sccache_credentials
3636
run: |
3737
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-runtime-cuda-base-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
if: github.event_name == 'push'
3131
with:
3232
registry: ghcr.io
33-
username: ${{ github.token }}
34-
password: ${{ github.repository_owner }}
33+
username: ${{ github.repository_owner }}
34+
password: ${{ github.token }}
3535
- name: Initialize sccache_credentials
3636
run: |
3737
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-runtime-cudagl-base-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
if: github.event_name == 'push'
3131
with:
3232
registry: ghcr.io
33-
username: ${{ github.token }}
34-
password: ${{ github.repository_owner }}
33+
username: ${{ github.repository_owner }}
34+
password: ${{ github.token }}
3535
- name: Initialize sccache_credentials
3636
run: |
3737
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-runtime-cudf-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if: github.event_name == 'push'
3232
with:
3333
registry: ghcr.io
34-
username: ${{ github.token }}
35-
password: ${{ github.repository_owner }}
34+
username: ${{ github.repository_owner }}
35+
password: ${{ github.token }}
3636
- name: Initialize sccache_credentials
3737
run: |
3838
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-runtime-cugraph-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if: github.event_name == 'push'
3232
with:
3333
registry: ghcr.io
34-
username: ${{ github.token }}
35-
password: ${{ github.repository_owner }}
34+
username: ${{ github.repository_owner }}
35+
password: ${{ github.token }}
3636
- name: Initialize sccache_credentials
3737
run: |
3838
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-runtime-cuml-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if: github.event_name == 'push'
3232
with:
3333
registry: ghcr.io
34-
username: ${{ github.token }}
35-
password: ${{ github.repository_owner }}
34+
username: ${{ github.repository_owner }}
35+
password: ${{ github.token }}
3636
- name: Initialize sccache_credentials
3737
run: |
3838
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-runtime-cuspatial-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if: github.event_name == 'push'
3232
with:
3333
registry: ghcr.io
34-
username: ${{ github.token }}
35-
password: ${{ github.repository_owner }}
34+
username: ${{ github.repository_owner }}
35+
password: ${{ github.token }}
3636
- name: Initialize sccache_credentials
3737
run: |
3838
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-runtime-demo-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if: github.event_name == 'push'
3232
with:
3333
registry: ghcr.io
34-
username: ${{ github.token }}
35-
password: ${{ github.repository_owner }}
34+
username: ${{ github.repository_owner }}
35+
password: ${{ github.token }}
3636
- name: Initialize sccache_credentials
3737
run: |
3838
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

.github/workflows/build-runtime-glfw-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
if: github.event_name == 'push'
3232
with:
3333
registry: ghcr.io
34-
username: ${{ github.token }}
35-
password: ${{ github.repository_owner }}
34+
username: ${{ github.repository_owner }}
35+
password: ${{ github.token }}
3636
- name: Initialize sccache_credentials
3737
run: |
3838
echo "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}" >> /tmp/sccache_credentials

0 commit comments

Comments
 (0)