We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cf249 commit fbb480fCopy full SHA for fbb480f
.github/workflows/publish-cdk-command-manually.yml
@@ -224,7 +224,9 @@ jobs:
224
uses: ./.github/actions/run-airbyte-ci
225
with:
226
context: "master" # TODO: figure out why changing this yells with `The ci_gcs_credentials was not set on this PipelineContext.`
227
- dagger_cloud_token: ${{ secrets.DAGGER_CLOUD_TOKEN_2 }}
+ # Disable the dagger_cloud_token to disable remote cache access.
228
+ # See https://github.com/airbytehq/airbyte-internal-issues/issues/6439#issuecomment-2109503985 for context
229
+ #dagger_cloud_token: ${{ secrets.DAGGER_CLOUD_TOKEN_2 }}
230
docker_hub_password: ${{ secrets.DOCKER_HUB_PASSWORD }}
231
docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
232
gcp_gsm_credentials: ${{ secrets.GCP_GSM_CREDENTIALS }}
0 commit comments