From 0b7ef6e7517f675047074d51bd7b27e871093b3f Mon Sep 17 00:00:00 2001 From: mpieters3 Date: Sun, 5 Sep 2021 23:47:47 -0700 Subject: [PATCH] Fixing bad env variable --- .github/workflows/build-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 4708848..be1a96c 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -28,7 +28,7 @@ jobs: npm run build env: VUE_APP_CALENDAR_API_KEY: ${{ secrets.VUE_APP_CALENDAR_API_KEY }} - VUE_APP_CALENDAR_API_KEY: ${{ secrets.VUE_APP_BLOGGER_API_KEY }} + VUE_APP_BLOGGER_API_KEY: ${{ secrets.VUE_APP_BLOGGER_API_KEY }} - name: Upload production-ready build files uses: actions/upload-artifact@v2 with: