Skip to content

[codex] Move Codex cron to home scheduler #380

[codex] Move Codex cron to home scheduler

[codex] Move Codex cron to home scheduler #380

Workflow file for this run

name: gitleaks
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
gitleaks:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
persist-credentials: false
- uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}