welcome/.gitea/workflows/beads-sync.yml
rootiest 4e4d281dd0
Some checks are pending
Sync Beads to Gitea Issues / sync-beads (push) Waiting to run
fix: update action runner server
2026-01-19 19:34:06 -05:00

28 lines
650 B
YAML

name: Sync Beads to Gitea Issues
on:
push:
branches:
- main # Adjust if your default branch is different
jobs:
sync-beads:
runs-on: rootiest-server
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
run: pip install requests
- name: Run Sync Script
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
GITEA_URL: ${{ github.server_url }}
REPO_NAME: ${{ github.repository }}
run: python .gitea/sync_beads.py