Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
haichangsi committed Dec 29, 2023
1 parent 2dd8b6d commit 500538d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/sync_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ on:
jobs:
checks:
runs-on: borealis
env:
PAT: ${{secrets.PAT}}
usr: ${{secrets.USR}}
steps:
- uses: actions/checkout@v4
with:
token: ${{secrets.PAT}}
token: ${{secrets.PUBLIC_PAT}}
- run: |
git clean -x -f -e .github/workflows/sync_public.yml
git remote set-url upstream https://${{env.USR}}:${{env.PAT}}@github.com/haichangsi/distributed-ranges.git
git remote -v
git remote set-url upstream https://${{secrets.USR}}:${{secrets.PUBLIC_PAT}}@github.com/haichangsi/distributed-ranges.git
git push -f upstream HEAD:mirror
1 change: 1 addition & 0 deletions test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
abcdefgh

0 comments on commit 500538d

Please sign in to comment.