use GITHUB_TOKEN
This commit is contained in:
parent
a17a59426e
commit
fa1045c861
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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/') }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user