From 54c595767691b05550e6fe18d4b2fd43e4136679 Mon Sep 17 00:00:00 2001 From: Ryan Fong Date: Wed, 25 Feb 2026 23:30:10 -0800 Subject: [PATCH] fix: update GitHub token usage in release workflow --- .github/workflows/release-please.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c863b0f..0cb2bcf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -29,7 +29,7 @@ jobs: - id: rp uses: googleapis/release-please-action@v4 with: - token: ${{ steps.app-token.outputs.token }} + token: ${{ secrets.GITHUB_TOKEN }} config-file: release-please-config.json publish-release: @@ -44,7 +44,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - + steps: - name: Checkout uses: actions/checkout@v4