Skip to content

Commit 25f604f

Browse files
authored
Update README.md (#14)
1 parent 4226449 commit 25f604f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)