Skip to content

tinhtq is learning GitHub Actions #54

tinhtq is learning GitHub Actions

tinhtq is learning GitHub Actions #54

Workflow file for this run

name: Git Secrets
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
schedule:
- cron: "0 4 * * 6"
jobs:
scan:
name: 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 }}