Skip to content

Audit Repos

Audit Repos #257

Workflow file for this run

---
# Audit repositories in this org.
name: Audit Repos
permissions: {}
on:
schedule:
- cron: '00 09 * * *'
workflow_dispatch:
jobs:
audit:
name: Audit Repos
permissions: {}
runs-on: ubuntu-latest
steps:
- name: Audit
uses: LizardByte/actions/actions/audit_repos@200eaeb897a2b065a65cb6f16b41077432007490 # v2026.605.34721
with:
allowEmptyDescription: true
checkDiscussions: org
orgDiscussionsRepo: community
token: ${{ secrets.GH_BOT_TOKEN }}