Skip to content

[data, vlm] fix: skip overlong Kimi VLM samples #13

[data, vlm] fix: skip overlong Kimi VLM samples

[data, vlm] fix: skip overlong Kimi VLM samples #13

Workflow file for this run

name: Secret Scan
on:
pull_request:
push:
branches: [master]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: secrets-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}