Skip to content

Commit fbb480f

Browse files
authored
publish-cdk-command-manually: disable dagger cloud token (#38179)
1 parent 80cf249 commit fbb480f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-cdk-command-manually.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ jobs:
224224
uses: ./.github/actions/run-airbyte-ci
225225
with:
226226
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 }}
227+
# 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 }}
228230
docker_hub_password: ${{ secrets.DOCKER_HUB_PASSWORD }}
229231
docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
230232
gcp_gsm_credentials: ${{ secrets.GCP_GSM_CREDENTIALS }}

0 commit comments

Comments
 (0)