We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898de93 commit 29e8a33Copy full SHA for 29e8a33
.github/workflows/community_ci.yml
@@ -60,6 +60,8 @@ jobs:
60
uses: ./.github/actions/run-airbyte-ci
61
with:
62
context: "pull_request"
63
+ # Trying out the bug WIP bug fix from this PR https://github.com/airbytehq/airbyte/pull/37616
64
+ airbyte_ci_binary_url: https://storage.googleapis.com/dev-airbyte-cloud-connector-metadata-service/airbyte-ci/releases/ubuntu/e4cd71d/airbyte-ci
65
dagger_cloud_token: ${{ secrets.DAGGER_CLOUD_TOKEN_2 }}
66
docker_hub_password: ${{ secrets.DOCKER_HUB_PASSWORD }}
67
docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
0 commit comments