Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mis7ern9o committed Nov 1, 2024
1 parent 61816f5 commit a07a2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo apt install git
- name: Set Git Username and Password
run: |
ssh -o StrictHostKeyChecking=no $EC2_USERNAME@$EC2_URL "git config --global user.name "dst" && git config --global user.password "${{ GIT_PAT }}"
ssh -o StrictHostKeyChecking=no $EC2_USERNAME@$EC2_URL "git config --global user.name "dst" && git config --global user.password $GIT_PATH
- name: Clone repo
run: |
git clone https://github.com/DstMlOpsCrypto/testGha.git

0 comments on commit a07a2cc

Please sign in to comment.