Skip to content

Update IA-ML-basics.md #72

Update IA-ML-basics.md

Update IA-ML-basics.md #72

Workflow file for this run

name: Gitleaks Secret Scan
permissions:
contents: read
pull-requests: write
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
scan-secrets:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Gitleaks
uses: gitleaks/gitleaks-action@v2
with:
config: .gitleaks.toml