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:
|
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/') }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user