From 65d4eef2777dacd4ec292112b0afc885b702f3c8 Mon Sep 17 00:00:00 2001 From: abaumann Date: Wed, 27 Mar 2024 15:15:43 -0400 Subject: [PATCH] fixing gh action to remove with and use env for a run --- .github/workflows/publish-to-gcr-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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