From 6f1f770a4ec260dd3a39aa5744ae1db6de6340b4 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Thu, 12 Jun 2025 11:36:42 -0700 Subject: [PATCH] Remove temporary workaround for image auth to ghcr (#155) When we were setting up the repos, we needed these environment variables for the GitHub Actions CI to be able to run the tests. Now that the images are public, these can be removed. Signed-off-by: Kathryn Baldauf --- .github/workflows/common.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 70cc604b..67dbf834 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -61,9 +61,6 @@ jobs: launchctl setenv HTTP_PROXY $HTTP_PROXY make test cleancontent install-kernel integration env: - CONTAINER_REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONTAINER_REGISTRY_USER: ${{ github.actor }} - CONTAINER_REGISTRY_HOST: ghcr.io DEVELOPER_DIR: "/Applications/Xcode_16.3.app/Contents/Developer" CURRENT_SDK: y - name: Save documentation artifact