diff --git a/.github/workflows/publish-to-gcr-ghcr.yml b/.github/workflows/publish-to-gcr-ghcr.yml index 08987d5be..16b26d666 100644 --- a/.github/workflows/publish-to-gcr-ghcr.yml +++ b/.github/workflows/publish-to-gcr-ghcr.yml @@ -18,5 +18,5 @@ jobs: docker login ghcr.io -u abaumann -p ${github_token} ./docker/vm_boot_images/build.sh -P ./docker/vm_boot_images/build.sh -c -P - with: + env: github_token: ${{ secrets.GHCR_TOKEN }} \ No newline at end of file