Skip to content

Commit 50c0c6c

Browse files
committed
#1376: Add Zerocracy GitHub Actions workflow.
1 parent 6730d2e commit 50c0c6c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/zerocracy.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2011-2025 Yegor Bugayenko
2+
# SPDX-License-Identifier: MIT
3+
---
4+
# yamllint disable rule:line-length
5+
name: zerocracy
6+
'on':
7+
schedule:
8+
- cron: '11 * * * *'
9+
concurrency:
10+
group: zerocracy
11+
cancel-in-progress: false
12+
jobs:
13+
zerocracy:
14+
runs-on: ubuntu-24.04
15+
timeout-minutes: 25
16+
steps:
17+
- uses: actions/checkout@v4
18+
- uses: zerocracy/[email protected]
19+
with:
20+
token: ${{ secrets.ZEROCRACY_TOKEN }}
21+
repositories: yegor256/qulice
22+
factbase: qulice.fb
23+
- uses: zerocracy/[email protected]
24+
with:
25+
factbase: qulice.fb
26+
- uses: JamesIves/[email protected]
27+
with:
28+
folder: pages
29+
clean: false

0 commit comments

Comments
 (0)