Skip to content

Instantly share code, notes, and snippets.

@woozyking
Created December 15, 2022 02:56
Show Gist options
  • Save woozyking/f08d8729b130b87c0531da73564166ba to your computer and use it in GitHub Desktop.
Save woozyking/f08d8729b130b87c0531da73564166ba to your computer and use it in GitHub Desktop.
name: Main
on:
pull_request:
push:
branches:
- main
jobs:
scan-env:
runs-on: ubuntu-latest
steps:
- run: npx @eqworks/scan-env --strict
env:
# any build/deploy/run-time environment variables
PG_URI: ${{ secrets.PG_URI }}
MONGO_URI: ${{ secrets.MONGO_URI }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment