Skip to content

chore: drop misleading "immediately" wording in TOTP retry log #2

chore: drop misleading "immediately" wording in TOTP retry log

chore: drop misleading "immediately" wording in TOTP retry log #2

Workflow file for this run

name: Gitleaks
on:
push:
pull_request:
workflow_dispatch:
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run gitleaks scan
uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_CONFIG: .gitleaks.toml
GITLEAKS_ENABLE_COMMENTS: "false"