Skip to content

Commit 8530141

Browse files
committed
Use the right secret
1 parent 4d28c77 commit 8530141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
file: ${{ matrix.file }}
7575
username: ${{ github.repository_owner }}
7676
password: ${{ secrets.GITHUB_TOKEN }}
77-
sycl_passwd: ${{ secrets.sycl_passwd }}
77+
sycl_passwd: ${{ secrets.DOCKER_SUDO_PASSWORD }}
7878
tags: |
7979
ghcr.io/${{ github.repository }}/${{ matrix.file }}:${{ matrix.tag }}-${{ github.sha }}
8080
ghcr.io/${{ github.repository }}/${{ matrix.file }}:${{ matrix.tag }}

0 commit comments

Comments
 (0)