From c5b35bdcffa55d6e68eee8d3f4665382395eae4e Mon Sep 17 00:00:00 2001 From: KEDA Automation <94457271+keda-automation@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:55:41 +0100 Subject: [PATCH] chore: Use the same secret for the PAT (#6200) Signed-off-by: Jorge Turrado Co-authored-by: Jorge Turrado --- .github/workflows/main-build.yml | 2 +- .github/workflows/pr-e2e.yml | 2 +- .github/workflows/release-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 61d600ec35a..aebf815d561 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -52,7 +52,7 @@ jobs: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} # Password or personal access token used to log in to a Docker registry. If not set then no login will occur - password: ${{ secrets.GHCR_AUTH_PAT }} + password: ${{ secrets.GH_AUTOMATION_PAT }} # Server address of Docker registry. If not set then will default to Docker Hub registry: ghcr.io diff --git a/.github/workflows/pr-e2e.yml b/.github/workflows/pr-e2e.yml index bc0a5b2640d..1694be2d10e 100644 --- a/.github/workflows/pr-e2e.yml +++ b/.github/workflows/pr-e2e.yml @@ -136,7 +136,7 @@ jobs: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} # Password or personal access token used to log in to a Docker registry. If not set then no login will occur - password: ${{ secrets.GHCR_AUTH_PAT }} + password: ${{ secrets.GH_AUTOMATION_PAT }} # Server address of Docker registry. If not set then will default to Docker Hub registry: ghcr.io diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 897f78a36fb..39f2b48198c 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -49,7 +49,7 @@ jobs: # Username used to log in to a Docker registry. If not set then no login will occur username: ${{ github.repository_owner }} # Password or personal access token used to log in to a Docker registry. If not set then no login will occur - password: ${{ secrets.GHCR_AUTH_PAT }} + password: ${{ secrets.GH_AUTOMATION_PAT }} # Server address of Docker registry. If not set then will default to Docker Hub registry: ghcr.io