-
Fill env variables in .github/workflows/cloud-run.yaml
-
Create service account in Google Cloud and insert JSON in Github Repository as a secret with GCP_SA_KEY name
-
Create Github Personal Access Token and insert as a secret GH_PAT_TOKEN in repository
Export github token to env variable
export GH_PAT_TOKEN=<your token>
To start the app, run:
yarn install
yarn dev