Skip to content

.github/workflows/main.yaml #15194

.github/workflows/main.yaml

.github/workflows/main.yaml #15194

Workflow file for this run

on:
schedule:
- cron: '*/20 * * * *'
# Allow running manually
workflow_dispatch:
jobs:
publish_archive_job:
runs-on: ubuntu-latest
name: A job to publish zulip-archive in GitHub pages
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run archive
id: archive
uses: zulip/zulip-archive@master
with:
zuliprc: ${{ secrets.ZULIPRC }}
# Using the GitHub Token that is provided automatically by GitHub Actions
# (no setup needed).
github_token: ${{ secrets.GITHUB_TOKEN }}
delete_history: true
archive_branch: master