Skip to content

Update live demo link in README.md #30

Update live demo link in README.md

Update live demo link in README.md #30

Workflow file for this run

name: Secret Hygiene
on:
push:
pull_request:
workflow_dispatch:
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout full history
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks scan
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}