Skip to content

Commit 21fddbd

Browse files
authored
re-enable dagger cloud token in airbyte-ci (#45080)
1 parent c0e629f commit 21fddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-airbyte-ci/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ runs:
136136
CI_GITHUB_ACCESS_TOKEN: ${{ inputs.github_token }}
137137
CI_JOB_KEY: ${{ inputs.ci_job_key }}
138138
CI_REPORT_BUCKET_NAME: ${{ inputs.report_bucket_name }}
139-
#DAGGER_CLOUD_TOKEN: "${{ inputs.dagger_cloud_token }}"
139+
DAGGER_CLOUD_TOKEN: "${{ inputs.dagger_cloud_token }}"
140140
DOCKER_HUB_PASSWORD: ${{ inputs.docker_hub_password }}
141141
DOCKER_HUB_USERNAME: ${{ inputs.docker_hub_username }}
142142
GCP_GSM_CREDENTIALS: ${{ inputs.gcp_gsm_credentials }}

0 commit comments

Comments
 (0)