From 35373f13ce1ed210a8479c31a1260f8201bf0389 Mon Sep 17 00:00:00 2001 From: kytwb <412895+kytwb@users.noreply.github.com> Date: Fri, 19 Nov 2021 16:26:47 +0100 Subject: Use GH_TOKEN secret instead of GITHUB_TOKEN Failed to add secret; secret names must not start with GITHUB_. --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/build-and-publish.yml') diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index bd24f9c..d40056a 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -46,7 +46,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.GH_TOKEN }} - name: Build and push id: docker_build -- cgit v1.2.3-70-g09d2