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 b589d53 commit 96f2dd0Copy full SHA for 96f2dd0
.github/actions/init-cloud/action.yml
@@ -39,7 +39,7 @@ runs:
39
CONFIG="${DIRECTORY}/nebari-config.yaml"
40
echo "config=${CONFIG}" | tee --append "${GITHUB_OUTPUT}"
41
42
- PROJECT='github-actions'
+ PROJECT='gha-cloud-test'
43
echo "project=${PROJECT}" | tee --append "${GITHUB_OUTPUT}"
44
45
DOMAIN='ci-${{ inputs.cloud }}.nebari.dev'
.github/workflows/test_aws_integration.yaml
@@ -83,7 +83,7 @@ jobs:
83
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
84
85
- name: Update kube config
86
- run: aws eks update-kubeconfig --name github-actions-dev --region ${{ env.AWS_DEFAULT_REGION }}
+ run: aws eks update-kubeconfig --name gha-cloud-test-dev --region ${{ env.AWS_DEFAULT_REGION }}
87
88
- name: Health check
89
uses: ./.github/actions/health-check
0 commit comments