mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
Adjusting permissions in release note workflow
This commit is contained in:
11
.github/workflows/release-notes.yml
vendored
11
.github/workflows/release-notes.yml
vendored
@@ -13,16 +13,16 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: read
|
||||
id-token: write # Required for OIDC authentication
|
||||
|
||||
jobs:
|
||||
generate-release-notes:
|
||||
name: Generate Release Notes with Claude
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: read
|
||||
id-token: write # Required for OIDC authentication
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -226,7 +226,6 @@ 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.
|
||||
|
||||
Reference in New Issue
Block a user