From e4fd34109fa291e82e48db07809ba4c6e262aae7 Mon Sep 17 00:00:00 2001 From: Marcelo Villa Date: Thu, 16 Jan 2025 10:53:10 +0100 Subject: [PATCH] Add CLOUDFLARE_TOKEN to environment variables --- .github/workflows/test_aws_integration.yaml | 1 + .github/workflows/test_azure_integration.yaml | 1 + .github/workflows/test_gcp_integration.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/test_aws_integration.yaml b/.github/workflows/test_aws_integration.yaml index 3448e4404b..0af939d093 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 269461f320..3b0d9bf8e4 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 cfb5dc22b1..c1babe31b4 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: