diff --git a/README.md b/README.md index 2a7f9c1..4f3bb23 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ jobs: api: ${{ secrets.CF_API }} client_id: setup-cf grant_type: client_credentials + jwt: ${{ secrets.JWT }} # can be omitted when using GitHub id token org: test space: dev - name: run cf command @@ -125,6 +126,8 @@ jobs: ### Setting up UAA for GitHub Authentication +The GitHub ID token can either be used for JWT Bearer Token Grant or Client Credentials. + #### Prerequisites - UAA version 77.20.4 or higher - Administrative access to UAA @@ -251,4 +254,4 @@ npm run build ## License -This project is licensed under the MIT License - see the LICENSE file for details. \ No newline at end of file +This project is licensed under the MIT License - see the LICENSE file for details.