From 9b9342f5bbdf55a17940074a0029453f77e755f0 Mon Sep 17 00:00:00 2001 From: Noa Lucent Date: Thu, 2 Oct 2025 00:20:25 +0000 Subject: [PATCH] chore(release-please): use GITHUB_TOKEN (allow actions to create/approve PRs) --- .github/workflows/release-please.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 43273d2..cb78cb2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,15 +18,10 @@ jobs: release: runs-on: ubuntu-latest steps: - - name: Check release token - if: ${{ !secrets.RELEASE_PLEASE_TOKEN }} - run: | - echo "Missing required secret RELEASE_PLEASE_TOKEN (fine-grained PAT with contents:rw, pull_requests:rw)." >&2 - exit 1 - name: Release Please uses: googleapis/release-please-action@v4 with: - token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + token: ${{ github.token }} release-type: rust package-name: codex-tools-mcp bump-minor-pre-major: true