Skip to content

feat: implement draf and drop functionality #9

feat: implement draf and drop functionality

feat: implement draf and drop functionality #9

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 }}