Skip to content

Commit adda49c

Browse files
committed
Merge main into stable - fix release notes workflow OIDC authentication
2 parents c51e241 + 2a75b99 commit adda49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
permissions:
2222
contents: write
2323
pull-requests: read
24-
id-token: write # Required for OIDC authentication
2524

2625
steps:
2726
- name: Checkout repository
@@ -226,6 +225,7 @@ jobs:
226225
timeout-minutes: 10
227226
with:
228227
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
228+
github_token: ${{ github.token }}
229229

230230
custom_instructions: |
231231
Read the file release-context.md which contains all the information about this release.

0 commit comments

Comments
 (0)