From a17a59426e16c3866413905447eeaad2d838272b Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 10 Jul 2021 21:41:26 -0700 Subject: [PATCH] Revert "trying GITHUB_TOKEN instead" This reverts commit 6fefb28e98cc21790e60ad7e9f2b9276041d758a. --- .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 4dd3ccf..da3b3ed 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.GITHUB_TOKEN }} + password: ${{ secrets.GHCR_TOKEN }} - name: Annotate Docker images if: ${{ startsWith(github.ref, 'refs/tags/') }}