Skip to content

Commit

Permalink
Fixing bad env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mpieters3 committed Sep 6, 2021
1 parent 0c791eb commit 0b7ef6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b7ef6e

Please sign in to comment.