diff --git a/.github/workflows/test_aws_integration.yaml b/.github/workflows/test_aws_integration.yaml index 3448e4404..0af939d09 100644 --- a/.github/workflows/test_aws_integration.yaml +++ b/.github/workflows/test_aws_integration.yaml @@ -27,6 +27,7 @@ env: AWS_DEFAULT_REGION: "us-west-2" NEBARI_IMAGE_TAG: ${{ github.event.inputs.image-tag || 'main' }} TF_LOG: ${{ github.event.inputs.tf-log-level || 'info' }} + CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} jobs: test-aws-integration: diff --git a/.github/workflows/test_azure_integration.yaml b/.github/workflows/test_azure_integration.yaml index 269461f32..3b0d9bf8e 100644 --- a/.github/workflows/test_azure_integration.yaml +++ b/.github/workflows/test_azure_integration.yaml @@ -25,6 +25,7 @@ on: env: NEBARI_IMAGE_TAG: ${{ github.event.inputs.image-tag || 'main' }} TF_LOG: ${{ github.event.inputs.tf-log-level || 'info' }} + CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} jobs: test-azure-integration: diff --git a/.github/workflows/test_gcp_integration.yaml b/.github/workflows/test_gcp_integration.yaml index cfb5dc22b..c1babe31b 100644 --- a/.github/workflows/test_gcp_integration.yaml +++ b/.github/workflows/test_gcp_integration.yaml @@ -26,6 +26,7 @@ env: NEBARI_IMAGE_TAG: ${{ github.event.inputs.image-tag || 'main' }} TF_LOG: ${{ github.event.inputs.tf-log-level || 'info' }} PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} + CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} jobs: test-gcp-integration: