File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 id : launch-doctool
2626 with :
2727 token : ${{ secrets.token }}
28+ entra_username : ${{ secrets.ENTRA_USERNAME }}
29+ entra_password : ${{ secrets.ENTRA_PASSWORD }}
30+ command_client_id : ${{ secrets.COMMAND_CLIENT_ID }}
31+ command_client_secret : ${{ secrets.COMMAND_CLIENT_SECRET }}
32+ command_token_url : ${{ secrets.COMMAND_TOKEN_URL }}
33+ command_hostname : ${{ secrets.COMMAND_HOSTNAME }}
34+
Original file line number Diff line number Diff line change 2525 scan_token :
2626 description : ' Polaris token'
2727 required : false
28+ entra_username :
29+ description : ' Entra username for authentication'
30+ required : true
31+ entra_password :
32+ description : ' Entra password for authentication'
33+ required : false
34+ command_client_id :
35+ description : ' Command client ID for API authentication'
36+ required : false
37+ command_client_secret :
38+ description : ' Command client secret for API authentication'
39+ required : false
40+ command_token_url :
41+ description : ' URL for obtaining command tokens'
42+ required : false
43+ command_hostname :
44+ description : ' Command hostname for API endpoints'
45+ required : false
46+
2847
2948
3049jobs :
@@ -131,9 +150,15 @@ jobs:
131150
132151 call-generate-readme-workflow :
133152 if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
134- uses : Keyfactor/actions/.github/workflows/generate-readme.yml@v3
153+ uses : Keyfactor/actions/.github/workflows/generate-readme.yml@3.2.0-rc.8
135154 secrets :
136155 token : ${{ secrets.token }}
156+ entra_username : ${{ secrets.ENTRA_USERNAME }}
157+ entra_password : ${{ secrets.ENTRA_PASSWORD }}
158+ command_client_id : ${{ secrets.COMMAND_CLIENT_ID }}
159+ command_client_secret : ${{ secrets.COMMAND_CLIENT_SECRET }}
160+ command_token_url : ${{ secrets.COMMAND_TOKEN_URL }}
161+ command_hostname : ${{ secrets.COMMAND_HOSTNAME }}
137162
138163 call-update-catalog-workflow :
139164 needs : call-assign-from-json-workflow
You can’t perform that action at this time.
0 commit comments