diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index 39be7f802da..28962f1c543 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 7c0d80b9e51..92b5e30a106 100644 --- a/.github/workflows/pr-e2e.yml +++ b/.github/workflows/pr-e2e.yml @@ -135,7 +135,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 0e4523c6979..1bcbb9486f4 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