Skip to content

Commit 0539684

Browse files
committed
chore(ci): Update build workflow to v5
1 parent 5a72895 commit 0539684

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/keyfactor-bootstrap-workflow.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,7 @@ on:
1111

1212
jobs:
1313
call-starter-workflow:
14-
uses: keyfactor/actions/.github/workflows/starter.yml@v4
15-
with:
16-
command_token_url: ${{ vars.COMMAND_TOKEN_URL }}
17-
command_hostname: ${{ vars.COMMAND_HOSTNAME }}
18-
command_base_api_path: ${{ vars.COMMAND_API_PATH }}
14+
uses: keyfactor/actions/.github/workflows/starter.yml@v5
1915
secrets:
2016
token: ${{ secrets.V2BUILDTOKEN }}
21-
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
22-
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
2317
scan_token: ${{ secrets.SAST_TOKEN }}
24-
entra_username: ${{ secrets.DOCTOOL_ENTRA_USERNAME }}
25-
entra_password: ${{ secrets.DOCTOOL_ENTRA_PASSWD }}
26-
command_client_id: ${{ secrets.COMMAND_CLIENT_ID }}
27-
command_client_secret: ${{ secrets.COMMAND_CLIENT_SECRET }}

0 commit comments

Comments
 (0)