mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Use PAT to publish
This commit is contained in:
parent
26889e94a0
commit
cbee5b3b4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/indiekit-docker.yml
vendored
2
.github/workflows/indiekit-docker.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
password: ${{ secrets.GHCR_PUBLISH_PAT }}
|
||||
- name: Extract metadata for Docker
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
|
|
Loading…
Reference in a new issue