We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3206927 commit b09945dCopy full SHA for b09945d
.github/workflows/argocd.yml
@@ -16,6 +16,10 @@ jobs:
16
environment: production
17
18
steps:
19
+
20
+ - name: Wait for GitHub variables to propagate
21
+ run: sleep 30
22
23
- name: Checkout Repository
24
uses: actions/checkout@v5
25
.github/workflows/main-pipeline.yml
@@ -166,6 +166,9 @@ jobs:
166
needs.detect-changes.outputs.infra-changed == 'true'
167
)
168
uses: ./.github/workflows/argocd.yml
169
+ with:
170
+ cluster-name: ${{ needs.terraform.outputs.cluster_name }}
171
+ app-namespace: ${{ needs.terraform.outputs.namespace }}
172
secrets: inherit
173
permissions:
174
contents: write
0 commit comments