diff --git a/.github/workflows/push-to-everything411-repo.yml b/.github/workflows/push-to-everything411-repo.yml new file mode 100644 index 0000000..b9c0250 --- /dev/null +++ b/.github/workflows/push-to-everything411-repo.yml @@ -0,0 +1,19 @@ +name: push-to-everything411-repo +on: + push: + branches: + - main +jobs: + gitee: + name: Sync to everything411 repo + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Push + uses: wangchucheng/git-repo-sync@v0.1.0 + with: + target-url: https://github.com/everything411/bitnp-website.git + target-username: everything411 + target-token: ${{ secrets.E411_GITHUB_TOKEN }} \ No newline at end of file