From 2a75b9902edfb5bfa6ffe007a2a91494fd09f808 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Sat, 11 Oct 2025 07:50:42 -0500 Subject: [PATCH] fix: Switch release notes workflow to use github_token instead of OIDC --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index bf3b79db..bba9df8b 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -21,7 +21,6 @@ jobs: permissions: contents: write pull-requests: read - id-token: write # Required for OIDC authentication steps: - name: Checkout repository @@ -226,6 +225,7 @@ jobs: timeout-minutes: 10 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + github_token: ${{ github.token }} custom_instructions: | Read the file release-context.md which contains all the information about this release.