Skip to content

Commit

Permalink
fixing gh action to remove with and use env for a run
Browse files Browse the repository at this point in the history
  • Loading branch information
abaumann committed Mar 27, 2024
1 parent f325394 commit 65d4eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-gcr-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 65d4eef

Please sign in to comment.