File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 20
20
environment : dev
21
21
env :
22
22
KUBELOGIN_VERSION : " v0.0.25"
23
- KUBERNETES_CLUSTER_REPO_NAME : ${{ vars.KUBERNETES_CLUSTER_REPO_NAME }}
24
23
KUBERNETES_CLUSTER_NAME : " ${{ vars.KUBERNETES_CLUSTER_NAME }}"
25
24
KUBERNETES_NAMESPACE : " ${{ vars.KUBERNETES_NAMESPACE }}"
26
25
KUBERNETES_MANIFEST_PATH : " ${{ vars.KUBERNETES_MANIFEST_PATH }}"
@@ -30,16 +29,12 @@ jobs:
30
29
# Checkout the repository to the GitHub Actions runner
31
30
- name : Checkout
32
31
uses : actions/checkout@v4
33
- with :
34
- token : ${{ secrets.TOKEN_GITHUB }}
35
- repository : ${{ github.repository_owner }}/${{ env.KUBERNETES_CLUSTER_REPO_NAME }}
36
- ref : refs/heads/dev
37
32
38
33
- name : GitHub Configuration
39
34
run : git config --global url."https://oauth2:${{ secrets.TOKEN_GITHUB }}@github.com".insteadOf https://github.com
40
35
41
36
- name : Clone cicd-deployment-scripts
42
- run : git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
37
+ run : git clone https://github.com/code-kern-ai/cicd-deployment-scripts.git
43
38
44
39
# Install the latest version of Kubernetes CLI and configure the Kubernetes CLI configuration file with a Kubernetes Cloud user API token
45
40
- name : Azure Cloud Login
You can’t perform that action at this time.
0 commit comments