Fix build environment
All checks were successful
build

This commit is contained in:
Kevin Kandlbinder 2023-04-06 17:28:44 +02:00
parent e8308ead69
commit 9387269592
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -18,3 +18,6 @@ jobs:
run: yarn check run: yarn check
- name: Build app - name: Build app
run: yarn build run: yarn build
env:
GHOST_URL: ${{ secrets.GHOST_URL }}
GHOST_CONTENT_TOKEN: ${{ secrets.GHOST_CONTENT_TOKEN }}