We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e629f commit 21fddbdCopy full SHA for 21fddbd
.github/actions/run-airbyte-ci/action.yml
@@ -136,7 +136,7 @@ runs:
136
CI_GITHUB_ACCESS_TOKEN: ${{ inputs.github_token }}
137
CI_JOB_KEY: ${{ inputs.ci_job_key }}
138
CI_REPORT_BUCKET_NAME: ${{ inputs.report_bucket_name }}
139
- #DAGGER_CLOUD_TOKEN: "${{ inputs.dagger_cloud_token }}"
+ DAGGER_CLOUD_TOKEN: "${{ inputs.dagger_cloud_token }}"
140
DOCKER_HUB_PASSWORD: ${{ inputs.docker_hub_password }}
141
DOCKER_HUB_USERNAME: ${{ inputs.docker_hub_username }}
142
GCP_GSM_CREDENTIALS: ${{ inputs.gcp_gsm_credentials }}
0 commit comments