Add umami api key to env
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m19s

This commit is contained in:
Lewis Dale 2024-07-10 12:11:04 +01:00
parent 32d989b155
commit 25dd3365cb

View File

@ -28,6 +28,7 @@ jobs:
env:
NODE_ENV: production
OMNIVORE_API_KEY: ${{ secrets.OMNIVORE_API_KEY }}
UMAMI_API_KEY: ${{ secrets.UMAMI_API_KEY }}
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with: