Skip to content

enh: unified styling across both pink line and memorial site UIs #6

enh: unified styling across both pink line and memorial site UIs

enh: unified styling across both pink line and memorial site UIs #6

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches: ["main"]
workflow_dispatch:
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}