From 7eafd1bd9b16e9ed83dfbc3d0983cfc415c0aaec Mon Sep 17 00:00:00 2001 From: Maciej Szwaja Date: Fri, 6 Mar 2026 04:11:07 -0800 Subject: [PATCH] chore: revert: switch release please secret to use adk-java-releases-bot's token Release-As: 0.8.0 PiperOrigin-RevId: 879555202 --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 258cf90db..6d3142907 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -14,4 +14,4 @@ jobs: steps: - uses: googleapis/release-please-action@v4 with: - token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }}