trying GITHUB_TOKEN instead

This commit is contained in:
Chris Lu 2021-07-10 21:38:16 -07:00 committed by GitHub
parent cecbc77245
commit 6fefb28e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Annotate Docker images - name: Annotate Docker images
if: ${{ startsWith(github.ref, 'refs/tags/') }} if: ${{ startsWith(github.ref, 'refs/tags/') }}