Skip to content

feat: add PR preview environment workflow #18

feat: add PR preview environment workflow

feat: add PR preview environment workflow #18

name: Sensitive Env Logging Check
on:
pull_request:
permissions:
contents: read
jobs:
check-sensitive-env-logging:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: lts/*
- name: Check for sensitive env logging
run: node ./scripts/check-sensitive-env-logging.mjs