SCANDOCKER-77 SubmitReview: Use Vault token#310
Conversation
SummaryMigrates the GitHub token source in the SubmitReview workflow from GitHub's native secrets to HashiCorp Vault. The workflow now retrieves a Vault-based token (matching the pattern used in RequestReview.yml) and passes it to the SubmitReview action. The What reviewers should knowKey Changes
For Reviewers
|
There was a problem hiding this comment.
LGTM! ✅
Clean, minimal change that aligns SubmitReview.yml with the pattern already established in RequestReview.yml. The final state of the two files is now structurally identical (same Vault paths, same token extraction, same permission set). No issues found.
|





With the latest automation changes, we need the Vault-based token now. It's the same token as the one in RequestReview.yml file. Please take care of merging this, I have 200+ repos to update.