Skip to content

Instantly share code, notes, and snippets.

View woozyking's full-sized avatar

Runzhou Li (Leo) woozyking

View GitHub Profile
name: Main
on:
pull_request:
push:
branches:
- main
jobs:
commit-watch:
(@eqworks/updates repo) % npx @eqworks/scan-env
Missing in live context
ORG_TZ:
cli.js (has default)
sources/util.js (has default)
GITHUB_TOKEN:
sources/github/graphql.js
GITHUB_ORG:
sources/github/graphql.js (has default)
(a-serverless-service) % npx @eqworks/scan-env
Missing in serverless.yml
LOG_LEVEL:
src/__init__.py (has default)
STAGE:
src/app.py (has default)
PG_URI:
src/modules/pg.py (has default)
MONGO_URI:
name: Main
on:
pull_request:
push:
branches:
- main
jobs:
scan-env:
name: Serverless Deploy - prod stage
on:
push:
tags:
- 'prod-*'
jobs:
deploy:
runs-on: ubuntu-latest