Skip to content

Commit

Permalink
changes github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed Jan 8, 2024
1 parent 08c91e2 commit b914859
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync_doc_devportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Set up Git
run: |
git config --global user.name "RamyEB"
git config --global user.email "ramyelb@gmail.com"
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
- name: Sync files to the other repository and create Pull Request
env:
Expand All @@ -40,7 +40,7 @@ jobs:
PR_ASSIGN: '{"assignees": ["ramyeb"]}'
run: |
git clone --depth 1 https://${DEVELOPER_PORTAL_CI_TOKEN}@${SOURCE_REPO}
git clone --depth 1 https://${DEVELOPER_PORTAL_CI_TOKEN}@${TARGET_REPO}
git clone --depth 1 https://ldg-github-ci:${DEVELOPER_PORTAL_CI_TOKEN}@${TARGET_REPO}
PR_BRANCH_NAME=sync-discover-doc-$(date +%s)
cd ${TARGET_REPO_NAME}
Expand Down

2 comments on commit b914859

@vercel
Copy link

@vercel vercel bot commented on b914859 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wallet-api-wallet-api-tools – ./apps/wallet-api-tools

wallet-api-wallet-api-tools.vercel.app
wallet-api-wallet-api-tools-git-main-ledgerhq.vercel.app
wallet-api-wallet-api-tools-ledgerhq.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b914859 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wallet-api – ./apps/docs

wallet-api-git-main-ledgerhq.vercel.app
wallet.api.live.ledger.com
wallet-api-ledgerhq.vercel.app

Please sign in to comment.