File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,16 +96,16 @@ jobs:
9696 uses : bitwarden/gh-actions/get-keyvault-secrets@main
9797 with :
9898 keyvault : gh-org-bitwarden
99- secrets : " ANTHROPIC-API-KEY"
99+ secrets : " ANTHROPIC-RESPONSE- API-KEY"
100100
101101 - name : Log out from Azure
102102 uses : bitwarden/gh-actions/azure-logout@main
103103
104104 - name : Run Claude Code
105105 id : claude
106- uses : anthropics/claude-code-action@e8bad572273ce919ba15fec95aef0ce974464753 # v1.0.13
106+ uses : anthropics/claude-code-action@f30f5eecfce2f34fa72e40fa5f7bcdbdcad12eb8 # v1.0.14
107107 with :
108- anthropic_api_key : ${{ steps.get-kv-secrets.outputs.ANTHROPIC-API-KEY }}
108+ anthropic_api_key : ${{ steps.get-kv-secrets.outputs.ANTHROPIC-RESPONSE- API-KEY }}
109109 track_progress : true
110110 use_sticky_comment : true
111111 claude_args : |
Original file line number Diff line number Diff line change 9696 uses : bitwarden/gh-actions/get-keyvault-secrets@main
9797 with :
9898 keyvault : gh-org-bitwarden
99- secrets : " ANTHROPIC-API-KEY"
99+ secrets : " ANTHROPIC-CODE-REVIEW- API-KEY"
100100
101101 - name : Log out from Azure
102102 uses : bitwarden/gh-actions/azure-logout@main
@@ -135,9 +135,9 @@ jobs:
135135 } >> "$GITHUB_OUTPUT"
136136
137137 - name : Review with Claude Code
138- uses : anthropics/claude-code-action@e8bad572273ce919ba15fec95aef0ce974464753 # v1.0.13
138+ uses : anthropics/claude-code-action@f30f5eecfce2f34fa72e40fa5f7bcdbdcad12eb8 # v1.0.14
139139 with :
140- anthropic_api_key : ${{ steps.get-kv-secrets.outputs.ANTHROPIC-API-KEY }}
140+ anthropic_api_key : ${{ steps.get-kv-secrets.outputs.ANTHROPIC-CODE-REVIEW- API-KEY }}
141141 track_progress : true
142142 use_sticky_comment : true
143143 prompt : ${{ steps.build-prompt.outputs.FINAL_PROMPT }}
You can’t perform that action at this time.
0 commit comments