Skip to content

.github/workflows/vote-log-sync.yml #39

.github/workflows/vote-log-sync.yml

.github/workflows/vote-log-sync.yml #39

Workflow file for this run

on:
schedule:
- cron: '17 * * * *'
workflow_dispatch:
jobs:
vote-log-sync:
runs-on: ubuntu-latest
steps:
- uses: publiccodeyml/bot@main
with:
username: yaml-9000
env:
GITHUB_TOKEN: ${{ secrets.YAML_BOT_TOKEN }}