fix typo in example (#454)

This commit is contained in:
Ashwin Bhat
2025-08-15 13:33:01 -07:00
committed by GitHub
parent a1507aefdc
commit f562ed53e2

View File

@@ -34,7 +34,7 @@ jobs:
id: claude
uses: anthropics/claude-code-action@beta
with:
anthropic_api_key: \${{ secrets.ANTHROPIC_API_KEY }}
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
# This is an optional setting that allows Claude to read CI results on PRs
additional_permissions: |