From 21fddbda5f17f7bd4403b804b3b9b72d8973b943 Mon Sep 17 00:00:00 2001 From: Augustin Date: Mon, 2 Sep 2024 11:03:11 +0200 Subject: [PATCH] re-enable dagger cloud token in airbyte-ci (#45080) --- .github/actions/run-airbyte-ci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-airbyte-ci/action.yml b/.github/actions/run-airbyte-ci/action.yml index 7bdd137c34ab..d87c3cad0068 100644 --- a/.github/actions/run-airbyte-ci/action.yml +++ b/.github/actions/run-airbyte-ci/action.yml @@ -136,7 +136,7 @@ runs: CI_GITHUB_ACCESS_TOKEN: ${{ inputs.github_token }} CI_JOB_KEY: ${{ inputs.ci_job_key }} CI_REPORT_BUCKET_NAME: ${{ inputs.report_bucket_name }} - #DAGGER_CLOUD_TOKEN: "${{ inputs.dagger_cloud_token }}" + DAGGER_CLOUD_TOKEN: "${{ inputs.dagger_cloud_token }}" DOCKER_HUB_PASSWORD: ${{ inputs.docker_hub_password }} DOCKER_HUB_USERNAME: ${{ inputs.docker_hub_username }} GCP_GSM_CREDENTIALS: ${{ inputs.gcp_gsm_credentials }}