Revert "trying GITHUB_TOKEN instead"

This reverts commit 6fefb28e98.
This commit is contained in:
Chris Lu 2021-07-10 21:41:26 -07:00
parent 6fefb28e98
commit a17a59426e

View File

@ -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/') }}