Add umami api key to env
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m19s
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m19s
This commit is contained in:
parent
32d989b155
commit
25dd3365cb
@ -28,6 +28,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
OMNIVORE_API_KEY: ${{ secrets.OMNIVORE_API_KEY }}
|
OMNIVORE_API_KEY: ${{ secrets.OMNIVORE_API_KEY }}
|
||||||
|
UMAMI_API_KEY: ${{ secrets.UMAMI_API_KEY }}
|
||||||
- name: Install SSH Key
|
- name: Install SSH Key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user