Skip to content

Commit a57dd04

Browse files
authored
Support newline-separated inputs for delegates and access_token_scopes (#381)
Fixes #380
1 parent fb74905 commit a57dd04

6 files changed

Lines changed: 235 additions & 573 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ default, this action does not generate any tokens.
165165
https://www.googleapis.com/auth/cloud-platform
166166
```
167167
168+
This can be specified as a comma-separated or newline-separated list.
169+
168170
- `access_token_subject`: (Optional) Email address of a user to impersonate
169171
for [Domain-Wide Delegation][dwd]. Access tokens created for Domain-Wide
170172
Delegation cannot have a lifetime beyond 1 hour, even if the
@@ -277,7 +279,8 @@ regardless of the authentication mechanism.
277279
278280
- `delegates`: (Optional) List of additional service account emails or unique
279281
identities to use for impersonation in the chain. By default there are no
280-
delegates.
282+
delegates. This can be specified as a comma-separated or newline-separated
283+
list.
281284
282285
- `universe`: (Optional) The Google Cloud universe to use for constructing API
283286
endpoints. The default universe is "googleapis.com", which corresponds to

dist/main/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)