Skip to content

Commit

Permalink
try setting scopes directly
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-r-warren authored Aug 14, 2024
1 parent 3736f83 commit 64c880f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
# This is our tester service account
service_account: '[email protected]'
access_token_lifetime: '1000s' # optional, default: '3600s' (1 hour)
access_token_scopes: 'profile, email, openid'

# ... further steps are automatically authenticated
- name: Check working directory
Expand Down

0 comments on commit 64c880f

Please sign in to comment.