From cc384292f00c9fc7fb245359da1faeab862f8ac9 Mon Sep 17 00:00:00 2001 From: Bengt Giger Date: Sat, 19 Dec 2020 21:16:55 +0100 Subject: [PATCH] Authenticate to registry with personal token --- .github/workflows/build_docker_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docker_latest.yml b/.github/workflows/build_docker_latest.yml index 926f0a3e..18aba43a 100644 --- a/.github/workflows/build_docker_latest.yml +++ b/.github/workflows/build_docker_latest.yml @@ -93,7 +93,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.CR_PAT }} - name: Checkout repository uses: actions/checkout@v2