From b2b49fa2aff7b0a94fde62e863c428954eaa2967 Mon Sep 17 00:00:00 2001 From: Joe Banks <20439493+jb3@users.noreply.github.com> Date: Mon, 5 Apr 2021 16:57:15 +0100 Subject: Move from GHCR_TOKEN to GITHUB_TOKEN in Docker publish stage --- .github/workflows/lint-test-build-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml index 0b1733f..92ca53e 100644 --- a/.github/workflows/lint-test-build-push.yaml +++ b/.github/workflows/lint-test-build-push.yaml @@ -41,7 +41,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} # Create a local cache directory for PR builds, as the image # we build for PRs may start to deviate from the "latest" image -- cgit v1.2.3