Skip to content

🎉 feat: 更新包的配置 #4

🎉 feat: 更新包的配置

🎉 feat: 更新包的配置 #4

Workflow file for this run

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