From 1c6efb7a6121bf82bc8b95dfbe75f2de710a3046 Mon Sep 17 00:00:00 2001 From: Bert Cafecito <189543060+bert-cafecito@users.noreply.github.com> Date: Sat, 7 Dec 2024 21:51:33 -0500 Subject: [PATCH] Fix the actions --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 92b9126..4478725 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -34,7 +34,7 @@ jobs: - name: Inject Secrets into HTML run: | echo "Replacing placeholders with secrets" - sed -i "s|{{ DEVCYCLE_CLIENT_SDK_KEY }}|${{ secrets.DEVCYCLE_CLIENT_SDK_KEY }}|g" ./devcycle.js + sed -i "s|{{ DEVCYCLE_CLIENT_SDK_KEY }}|${{ secrets.DEVCYCLE_CLIENT_SDK_KEY }}|g" ./scripts/devcycle.js - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact