From f562ed53e29d9f5635f005cc704d5a03b6300cc3 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Fri, 15 Aug 2025 13:33:01 -0700 Subject: [PATCH] fix typo in example (#454) --- examples/claude.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/claude.yml b/examples/claude.yml index d1cc5bb..f2cf262 100644 --- a/examples/claude.yml +++ b/examples/claude.yml @@ -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: |