Skip to content

Commit

Permalink
ci: sync to my personal repo
Browse files Browse the repository at this point in the history
  • Loading branch information
everything411 authored Oct 19, 2024
1 parent 67f5226 commit 8f9e08b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/push-to-everything411-repo.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
target-url: https://github.com/everything411/bitnp-website.git
target-username: everything411
target-token: ${{ secrets.E411_GITHUB_TOKEN }}

0 comments on commit 8f9e08b

Please sign in to comment.