Skip to content

zerocracy

zerocracy #5697

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2019-2026 Aibolit
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: zerocracy
'on':
schedule:
- cron: '51 * * * *'
permissions:
contents: write
concurrency:
group: zerocracy
cancel-in-progress: false
jobs:
zerocracy:
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: zerocracy/[email protected]
with:
token: ${{ secrets.ZEROCRACY_TOKEN }}
github-token: ${{ secrets.PAT }}
repositories: cqfn/aibolit
factbase: aibolit.fb
- uses: zerocracy/[email protected]
with:
factbase: aibolit.fb
output: pages
- uses: JamesIves/[email protected]
with:
folder: pages
clean: false