Skip to content

ui: add data source toggle for demo vs live #92

ui: add data source toggle for demo vs live

ui: add data source toggle for demo vs live #92

Workflow file for this run

name: Secrets Scan
on:
push: {}
pull_request: {}
workflow_dispatch: {}
permissions:
contents: read
jobs:
secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: TruffleHog
uses: trufflesecurity/trufflehog@v3.63.5
with:
path: .