File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ jobs:
115115 api: ${{ secrets.CF_API }}
116116 client_id: setup-cf
117117 grant_type: client_credentials
118+ jwt: ${{ secrets.JWT }} # can be omitted when using GitHub id token
118119 org: test
119120 space: dev
120121 - name: run cf command
@@ -125,6 +126,8 @@ jobs:
125126
126127# ## Setting up UAA for GitHub Authentication
127128
129+ The GitHub ID token can either be used for JWT Bearer Token Grant or Client Credentials.
130+
128131# ### Prerequisites
129132- UAA version 77.20.4 or higher
130133- Administrative access to UAA
@@ -251,4 +254,4 @@ npm run build
251254
252255# # License
253256
254- This project is licensed under the MIT License - see the LICENSE file for details.
257+ This project is licensed under the MIT License - see the LICENSE file for details.
You can’t perform that action at this time.
0 commit comments