From 880e1e96d0431240218b8b3517fbefdc7090c9d9 Mon Sep 17 00:00:00 2001 From: Kent Fenwick Date: Thu, 21 Mar 2024 17:26:48 -0400 Subject: [PATCH] changed secrets to vars in git config --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 17e377a88..6021d3185 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,4 +19,4 @@ jobs: run: npx playwright test env: PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }} - NEXT_PUBLIC_AGORA_INSTANCE_NAME: ${{ secrets.NEXT_PUBLIC_AGORA_INSTANCE_NAME }} + NEXT_PUBLIC_AGORA_INSTANCE_NAME: ${{ vars.NEXT_PUBLIC_AGORA_INSTANCE_NAME }}