From d87177b62fc7a4e3683d394bf249ef21b4222262 Mon Sep 17 00:00:00 2001 From: Jade Carino Date: Mon, 30 Sep 2024 15:14:57 +0100 Subject: [PATCH] use galasa-team for ghcr auth Signed-off-by: Jade Carino --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0cf2297..4515d9ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,8 +116,8 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + username: galasa-team + password: ${{ secrets.GALASA_TEAM_WRITE_PACKAGES_TOKEN }} - name: Extract metadata for galasactl image id: metadata-galasactl @@ -197,8 +197,8 @@ jobs: uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + username: galasa-team + password: ${{ secrets.GALASA_TEAM_WRITE_PACKAGES_TOKEN }} - name: Extract metadata for galasactl-ibm-testing image id: meta