From 38b17de46d295248a4adca2e35f78f2d0152e990 Mon Sep 17 00:00:00 2001 From: Bengt Giger Date: Sat, 19 Dec 2020 21:02:04 +0100 Subject: [PATCH] Authenticate to registry with github_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 18aba43a..926f0a3e 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.CR_PAT }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Checkout repository uses: actions/checkout@v2