JAVASE-199 SubmitReview: Use Vault token#85
Conversation
SummaryThis PR updates the SubmitReview GitHub workflow to fetch the GitHub token from Vault instead of using a static repository secret. The change replaces the plain What changed:
This aligns the workflow with the same pattern already used in What reviewers should knowKey points for review:
|
There was a problem hiding this comment.
LGTM! ✅
Clean, correct change. The updated pattern (Vault secret path, fromJSON output parsing, no pull-requests: read permission) is identical to what RequestReview.yml and PullRequestCreated.yml already use — this PR simply brings SubmitReview.yml into alignment with the established convention.
|





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.