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 }}