From 48b7ef24023823cf429f66a4f517f254f464e31e Mon Sep 17 00:00:00 2001 From: Lennu Vuolanne Date: Tue, 6 Aug 2024 14:05:02 +0300 Subject: [PATCH] Update firebase-hosting-pull-request.yml --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 264226c..8e1d2dd 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - run: npm install && npm run lint && npm run test && npm run build env: - CMS_URL: ${{ secrets.CMS_URL }} + NEXT_PUBLIC_DIRECTUS_URL: ${{ secrets.CMS_URL }} - uses: FirebaseExtended/action-hosting-deploy@v0 id: firebase with: