Skip to content

Commit

Permalink
more access token lifetime?
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Nov 27, 2024
1 parent f3c231c commit e5fa16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[email protected]'
access_token_lifetime: '3600' # seconds, default is 3600
access_token_lifetime: '7200' # seconds, default is 3600
access_token_scopes: 'profile, email, openid'

# Set the branch name.
Expand Down

0 comments on commit e5fa16c

Please sign in to comment.