Skip to content

Commit 708a9a1

Browse files
authored
cdk connectors test: fix regression test run (#44849)
1 parent bcfe72b commit 708a9a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cdk_connectors_tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
git_branch: ${{ github.head_ref }}
8989
git_revision: ${{ github.event_name == 'pull_request' && steps.fetch_last_commit_id_pr.outputs.commit_id || steps.fetch_last_commit_id_wd.outputs.commit_id }}
9090
github_token: ${{ env.PAT }}
91+
gcp_integration_tester_credentials: ${{ secrets.GCLOUD_INTEGRATION_TESTER }}
9192
s3_build_cache_access_key_id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
9293
s3_build_cache_secret_key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
9394
# A connector test can't take more than 5 hours to run (5 * 60 * 60 = 18000 seconds)

0 commit comments

Comments
 (0)