Skip to content

Commit 4be65c4

Browse files
committed
fix(ci/ghcr): access token for GHCR
1 parent 24ab9e4 commit 4be65c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: podman image tag "ghcr.io/saadisave/cambridge-asm-ci:${{ env.RELEASE_VERSION }}" ghcr.io/saadisave/cambridge-asm-ci:latest
3030

3131
- name: Login to ghcr.io
32-
run: echo "${{ secrets.GHCR_TOKEN }}" | podman login ghcr.io -u=saadisave --password-stdin
32+
run: echo "${{ secrets.GITHUB_TOKEN }}" | podman login ghcr.io -u=saadisave --password-stdin
3333

3434
- name: Push
3535
run: podman push "ghcr.io/saadisave/cambridge-asm-ci:${{ env.RELEASE_VERSION }}" && podman push ghcr.io/saadisave/cambridge-asm-ci:latest

0 commit comments

Comments
 (0)