Skip to content

Commit

Permalink
Merge pull request #636 from oceanbase/zhuyue-dev-feature
Browse files Browse the repository at this point in the history
[Feature Branch] chore(workflow): GITHUB_TOKEN => SYNC_TOKEN for sync-feature-branch
  • Loading branch information
dengfuping authored Jul 17, 2024
2 parents 3cc21f6 + e338d58 commit 46d58ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
# `feature` branch will be deployed auto in Vercel after sync success
- name: Sync feature branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SYNC_TOKEN: ${{ secrets.SYNC_TOKEN }}
run: |
git push -f https://dengfuping:$GITHUB_TOKEN@github.com/dengfuping/oceanbase-design feature:feature
git push -f https://dengfuping:$SYNC_TOKEN@github.com/dengfuping/oceanbase-design feature:feature

0 comments on commit 46d58ff

Please sign in to comment.