Skip to content

Commit 75e15c3

Browse files
author
Mark Saroufim
committed
Use GITHUB_TOKEN instead of PUBLISH_TOKEN for ghcr.io login
1 parent ae849ef commit 75e15c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_amd_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
registry: ${{ env.REGISTRY }}
2525
username: ${{ github.actor }}
26-
password: ${{ secrets.PUBLISH_TOKEN }}
26+
password: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Extract metadata (tags, labels) for Docker
2828
id: meta
2929
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7

0 commit comments

Comments
 (0)