File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 CONFIG="${DIRECTORY}/nebari-config.yaml"
4040 echo "config=${CONFIG}" | tee --append "${GITHUB_OUTPUT}"
4141
42- PROJECT='github-actions'
42+ PROJECT='github-actions-cloud-integration '
4343 echo "project=${PROJECT}" | tee --append "${GITHUB_OUTPUT}"
4444
4545 DOMAIN='ci-${{ inputs.cloud }}.nebari.dev'
Original file line number Diff line number Diff line change 8383 CLOUDFLARE_TOKEN : ${{ secrets.CLOUDFLARE_TOKEN }}
8484
8585 - name : Update kube config
86- run : aws eks update-kubeconfig --name github-actions-dev --region ${{ env.AWS_DEFAULT_REGION }}
86+ run : aws eks update-kubeconfig --name github-actions-cloud-integration- dev --region ${{ env.AWS_DEFAULT_REGION }}
8787
8888 - name : Health check
8989 uses : ./.github/actions/health-check
You can’t perform that action at this time.
0 commit comments