Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed Jan 2, 2024
1 parent 563e24a commit e395168
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:
PR_ASSIGN: '{"assignees": ["ramyeb"]}'
run: |
PR_BRANCH_NAME="sync-discover-doc-$(date +%s)"
SOURCE_REPO_URL="https://${SYNC_DEV_PORTAL_TOKEN}@${SOURCE_REPO}"
TARGET_REPO_URL="https://${SYNC_DEV_PORTAL_TOKEN}@${TARGET_REPO}"
git clone --depth 1 $SOURCE_REPO_URL
git clone --depth 1 $TARGET_REPO_URL
git clone --depth 1 https://${{ secrets.SYNC_DEV_PORTAL_TOKEN }}@github.com/LedgerHQ/wallet-api
git clone --depth 1 https://${{ secrets.SYNC_DEV_PORTAL_TOKEN }}@github.com/LedgerHQ/developer-portal
echo "cd ${TARGET_REPO_NAME}"
cd ${TARGET_REPO_NAME}
Expand Down

0 comments on commit e395168

Please sign in to comment.