Adding GitHub token to release workflow.

This commit is contained in:
Cole Medin
2025-10-11 07:22:05 -05:00
parent f83786f723
commit cc38f87705

View File

@@ -226,6 +226,7 @@ jobs:
timeout-minutes: 10
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_instructions: |
Read the file release-context.md which contains all the information about this release.