From d2335f661ce2aa7eabf26c542879d9f4ab234ce7 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 22 Mar 2026 16:17:36 +0000 Subject: [PATCH] ci: use RELEASE_PLZ_GITHUB_TOKEN for communique Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 630b901..7696689 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,4 +40,5 @@ jobs: TAG_NAME="v$(jq -r .version package.json)" communique generate "$TAG_NAME" --github-release env: - ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} \ No newline at end of file + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} + GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }} \ No newline at end of file