Skip to content

Commit cd052f1

Browse files
committed
settings for workload identity federation (gcs)
1 parent de9fa5a commit cd052f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/clientLibraryConfig-github.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
"subject_token_type": "urn:ietf:params:oauth:token-type:jwt",
66
"token_url": "https://sts.googleapis.com/v1/token",
77
"credential_source": {
8-
"file": "oidc-token.txt",
8+
"file": "${GOOGLE_GHA_CREDS_PATH}",
99
"format": {
10-
"type": "text"
10+
"type": "json",
11+
"subject_token_field_name": "access_token"
1112
}
1213
}
1314
}

0 commit comments

Comments
 (0)