feat: add AtomGit code and release sync workflows

This commit is contained in:
naiba
2026-02-16 13:36:45 +08:00
parent f9e379bdcc
commit d9e05e594a
3 changed files with 156 additions and 0 deletions
@@ -0,0 +1,17 @@
name: Sync Release to AtomGit
on:
workflow_dispatch:
jobs:
sync-release-to-atomgit:
runs-on: ubuntu-latest
timeout-minutes: 120
env:
ATOMGIT_PAT: ${{ secrets.ATOMGIT_PAT }}
steps:
- uses: actions/checkout@v4
- name: Sync to AtomGit
run: |
pip3 install PyGitHub
python3 .github/sync_atomgit.py