From 4593afaeb960773d0dc886cbb1e37d1753395c2a Mon Sep 17 00:00:00 2001 From: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:37:15 -0600 Subject: [PATCH] docs: use release docs profile secret Co-Authored-By: Oz --- .github/workflows/release-docs-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docs-update.yml b/.github/workflows/release-docs-update.yml index edf2fc0b..3c956f44 100644 --- a/.github/workflows/release-docs-update.yml +++ b/.github/workflows/release-docs-update.yml @@ -127,7 +127,7 @@ jobs: with: skill: warpdotdev/docs:release_updates warp_api_key: ${{ secrets.WARP_API_KEY }} - profile: ${{ vars.WARP_AGENT_PROFILE || '' }} + profile: ${{ secrets.WARP_AGENT_PROFILE || '' }} prompt: | Run the release docs update workflow from the `release_updates` skill.