From 6fefb28e98cc21790e60ad7e9f2b9276041d758a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 10 Jul 2021 21:38:16 -0700 Subject: [PATCH] trying GITHUB_TOKEN instead --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index da3b3ed..4dd3ccf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.GHCR_TOKEN }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Annotate Docker images if: ${{ startsWith(github.ref, 'refs/tags/') }}