Skip to content

Commit

Permalink
added correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
timarnoldev authored Feb 18, 2024
1 parent 54399b2 commit 7ddde21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Checkout source repository
uses: actions/checkout@v2

- name: Config git
run: git config --global url.https://${{ steps.generate-token.outputs.token }}@github.com/.insteadOf https://github.com/

- name: Clone destination repository
run: git clone https://${{ steps.generate-token.outputs.token }}@github.com/MINT-EC-KI-Cluster/platform.git temp_repo
Expand Down

0 comments on commit 7ddde21

Please sign in to comment.