From fa1045c861b79d8fe0a3569eca62d0501ead9614 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 11 Jul 2021 00:56:49 -0700 Subject: [PATCH] use GITHUB_TOKEN --- .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/') }}