Skip to content

Commit

Permalink
Cloning repo EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
mavalosn committed Aug 29, 2023
1 parent b89dedc commit 2e5ed3c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ jobs:
# owner: 'processmaker'
# repository: 'pm4-k8s-distribution'
# access-token: ${{ secrets.ACCESS_TOKEN }}
- name: Clone repo K8S
run: |
git clone --depth 1 -b cicd "https://[email protected]/ProcessMaker/pm4-k8s-distribution.git" pm4-k8s-distribution
cd pm4-k8s-distribution
- name: Clone private repository
uses: GuillaumeFalourd/[email protected]
with:
owner: 'processmaker'
repository: 'argocd'
access-token: ${{ secrets.ACCESS_TOKEN }}
run: |
git clone --depth 1 -b cicd "https://[email protected]/ProcessMaker/argocd.git" argocd
cd argocd
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "cloudops"
- name: View Connection
Expand Down

0 comments on commit 2e5ed3c

Please sign in to comment.