26d81f6d7a
* feat: use embed geoip database * mention ipinfo * only read once * comments comments * chore: installer version --------- Co-authored-by: naiba <hi@nai.ba>
16 lines
325 B
YAML
16 lines
325 B
YAML
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 |