Skip to content

update jekyll cross_origin reflects head.html #10

update jekyll cross_origin reflects head.html

update jekyll cross_origin reflects head.html #10

name: gitleaks
on:
pull_request:
push:
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}