From 8bdf3846ccea074365518a1632fa31250f92dd86 Mon Sep 17 00:00:00 2001 From: npetrill Date: Mon, 2 Dec 2024 14:08:04 -0500 Subject: [PATCH] see if token is close to expiring --- .github/workflows/test_illumina_genotyping_array.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_illumina_genotyping_array.yml b/.github/workflows/test_illumina_genotyping_array.yml index d1fe9a4a86..4dc7614c74 100644 --- a/.github/workflows/test_illumina_genotyping_array.yml +++ b/.github/workflows/test_illumina_genotyping_array.yml @@ -69,7 +69,7 @@ jobs: workload_identity_provider: 'projects/1038484894585/locations/global/workloadIdentityPools/github-wi-pool/providers/github-wi-provider' # This is our tester service account service_account: 'pdt-tester@warp-pipeline-dev.iam.gserviceaccount.com' - access_token_lifetime: '7200' # seconds, default is 3600 + access_token_lifetime: '3600' # seconds, default is 3600 access_token_scopes: 'profile, email, openid' # Set the branch name.