workflows: CC: enable other users

This commit is contained in:
Enrico Ros
2025-10-16 11:14:22 -07:00
parent 2b18cbc3b9
commit c876390e27
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -39,6 +39,9 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Allow external users to trigger Claude assistance via @claude mentions
github_token: ${{ secrets.GITHUB_TOKEN }}
allowed_non_write_users: '*'
# This is an optional setting that allows Claude to read CI results on PRs
additional_permissions: |
@@ -30,6 +30,9 @@ jobs:
uses: anthropics/claude-code-action@v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Allow external users to trigger Claude assistance on issues
github_token: ${{ secrets.GITHUB_TOKEN }}
allowed_non_write_users: '*'
# track_progress: true # Enables tracking comments
prompt: |