Sync Release to Gitee #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Release to Gitee | |
on: | |
workflow_dispatch: | |
jobs: | |
sync-release-to-gitee: | |
runs-on: ubuntu-latest | |
env: | |
GITEE_TOKEN: ${{ secrets.GITEE_TOKEN }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Sync to Gitee | |
run: | | |
pip3 install PyGitHub | |
python3 .github/sync.py |