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: