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