Skip to content

feat(infra): add ability to provision dev tunnel (#692) #3323

feat(infra): add ability to provision dev tunnel (#692)

feat(infra): add ability to provision dev tunnel (#692) #3323

Workflow file for this run

name: detect-secrets
on: push
jobs:
detect-secrets-scan:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install detect-secrets
run: pip install detect-secrets[gibberish]
- name: Check for new secrets
run: |
./scripts/detect_secrets/check.sh