Skip to content

Commit 254a2c6

Browse files
committed
fix(ci): restore required gpg_key/gpg_pass secrets for starter.yml@v5
The v5 bump dropped gpg_key/gpg_pass, but v5's starter.yml declares both as required secrets — so the reusable-workflow call failed validation at startup (startup_failure, run 27373820011). Add them back (the other dropped inputs/ secrets — entra, command_*, command_token_url/hostname/base_api_path — are all required:false in v5, so they stay omitted).
1 parent 0539684 commit 254a2c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414
uses: keyfactor/actions/.github/workflows/starter.yml@v5
1515
secrets:
1616
token: ${{ secrets.V2BUILDTOKEN }}
17+
gpg_key: ${{ secrets.KF_GPG_PRIVATE_KEY }}
18+
gpg_pass: ${{ secrets.KF_GPG_PASSPHRASE }}
1719
scan_token: ${{ secrets.SAST_TOKEN }}

0 commit comments

Comments
 (0)