From 288413644443e47e5797137f6c23f84045b1caf0 Mon Sep 17 00:00:00 2001 From: Frederick O'Brien Date: Sun, 8 Dec 2024 00:13:47 +0000 Subject: [PATCH] Revert "Update site-preview.yml" This reverts commit fcfb5e8db524f4a4f5a5418df38d8aa56d93e2f1. --- .github/workflows/site-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-preview.yml b/.github/workflows/site-preview.yml index 3b1e2bb6..1d87a54b 100644 --- a/.github/workflows/site-preview.yml +++ b/.github/workflows/site-preview.yml @@ -54,7 +54,7 @@ jobs: - run: sed -i "s|^\s*environment.*$||g" netlify.toml working-directory: data # Build and deploy the data repo - - run: npx netlify deploy --build --alias data-preview-${{ env.CI_REF_NAME_SLUG }} + - run: npx netlify deploy --build --alias data-preview-$CI_REF_NAME_SLUG working-directory: data env: GITHUB_REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use the repo specific token