Skip to content

fix: use backticks for template literals in github.ts #358

fix: use backticks for template literals in github.ts

fix: use backticks for template literals in github.ts #358

Workflow file for this run

name: Gitleaks
on:
push:
branches: ['master', 'main']
pull_request:
branches: ['master', 'main']
jobs:
scan:
name: Secret Scanning
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_ENABLE_UPLOAD_ARTIFACT: false
GITLEAKS_ENABLE_SUMMARY: true