From cab774aa51df7ae138f1341675ec31c855011d43 Mon Sep 17 00:00:00 2001 From: Christopher Banck Date: Fri, 11 Apr 2025 14:35:49 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.