From e8b51081ceefa76184d035f4c2b49fd55384c7dc Mon Sep 17 00:00:00 2001 From: Tamas K Lengyel Date: Tue, 30 Jan 2024 05:16:30 -0500 Subject: [PATCH] Use secrets.HARBOR_USERNAME --- .github/workflows/ci-internal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-internal.yml b/.github/workflows/ci-internal.yml index a6297027..570ef6f2 100644 --- a/.github/workflows/ci-internal.yml +++ b/.github/workflows/ci-internal.yml @@ -116,7 +116,7 @@ jobs: uses: docker/login-action@v3 with: registry: amr-registry.caas.intel.com - username: robot$tsffs+tsffs_ga_bot + username: ${{ secrets.HARBOR_USERNAME}} password: ${{ secrets.HARBOR_PAT }} - name: Build and push