From 99462d290dc48044ce44250da7ea776b43784a7c Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Wed, 23 Aug 2023 18:29:26 +1000 Subject: [PATCH] login-test --- .github/workflows/build-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7a79ede..4bb6fd0 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -14,12 +14,12 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - - name: Login to container registry + - name: Login to GitHub Container Registry uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ env.REPOSITORY_OWNER }} - password: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push to GitHub Container Registry uses: docker/build-push-action@v4