Skip to content

Commit

Permalink
Merge pull request #40 from adobe/update-readme-multiple-scopes
Browse files Browse the repository at this point in the history
docs: update readme with multiple scope syntax
  • Loading branch information
MichaelGoberling authored Sep 21, 2023
2 parents 134ded1 + 5df2ca4 commit b2b237a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ This Github action supports following commands
2) CLIENTSECRET - Client secret for the Adobe I/O console project
3) TECHNICALACCOUNTID - Technical account Id for the Adobe I/O console project
4) IMSORGID - IMS Org Id
5) SCOPES - Comma separated list of required scopes for JWT token.
5) SCOPES - Bracket-enclosed, double-quoted, and comma-separated list of required meta scopes for JWT token
- Example: `["meta_scope1", "meta_scope2"]`
6) KEY - Private key associated with project

## Command Usage and required params
Expand Down

0 comments on commit b2b237a

Please sign in to comment.