Skip to content

Commit 7de9142

Browse files
committed
Rename project
1 parent b589d53 commit 7de9142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/init-cloud/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
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'

.github/workflows/test_aws_integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
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

0 commit comments

Comments
 (0)