We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfe72b commit 708a9a1Copy full SHA for 708a9a1
.github/workflows/cdk_connectors_tests.yml
@@ -88,6 +88,7 @@ jobs:
88
git_branch: ${{ github.head_ref }}
89
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 }}
90
github_token: ${{ env.PAT }}
91
+ gcp_integration_tester_credentials: ${{ secrets.GCLOUD_INTEGRATION_TESTER }}
92
s3_build_cache_access_key_id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
93
s3_build_cache_secret_key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
94
# A connector test can't take more than 5 hours to run (5 * 60 * 60 = 18000 seconds)
0 commit comments