Skip to content

Merge pull request #3 from hey-intent/feat/implement-flow-commands #16

Merge pull request #3 from hey-intent/feat/implement-flow-commands

Merge pull request #3 from hey-intent/feat/implement-flow-commands #16

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches: ["main"]
permissions:
contents: read
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 }}