docs: use release docs profile secret#212
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR updates the release docs workflow to pass the Docs Agent profile through secrets.WARP_AGENT_PROFILE instead of vars.WARP_AGENT_PROFILE, aligning the action input with the profile secret described in the PR.
Concerns
- None.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Summary
Fixes the release docs workflow so it uses the configured Docs Agent profile secret instead of looking for a missing repository variable.
Changes
.github/workflows/release-docs-update.ymlto passsecrets.WARP_AGENT_PROFILEintooz-agent-action.DOCS_AGENT_GRAFANA_TOKENconfigured for on-call reviewer assignment.Validation
origin/main.git diff --check.Follow-up
After this merges, rerun the release docs workflow with
assign_oncall_reviewers: trueto verify the Docs Agent profile exposesDOCS_AGENT_GRAFANA_TOKENand can assign on-call reviewers.Co-Authored-By: Oz oz-agent@warp.dev