fix: Switch release notes workflow to use github_token instead of OIDC

This commit is contained in:
Cole Medin
2025-10-11 07:50:42 -05:00
parent dc03ec1904
commit 2a75b9902e

View File

@@ -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.