Skip to content

Commit

Permalink
fix: github token
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtaoxing committed Sep 27, 2024
1 parent 7504337 commit d8e3dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Step 3: 添加组织仓库作为远程仓库
- name: Add Organization Repository as Remote
run: |
git remote add target https://x-access-token:${{ secrets.SC_SYNC_TOKEN }}@github.com/RWAWrapper/SmartContract.git
git remote add target https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/RWAWrapper/SmartContract.git
git fetch target
# Step 4: 将代码推送到组织仓库的 main 分支
Expand Down

0 comments on commit d8e3dcd

Please sign in to comment.