Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/autofix/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ pipeline:
inputs:
llmConnector:
type: connector
default: anthropic_connector
harnessKey:
type: secret
default: harness_api_key
Expand Down
1 change: 1 addition & 0 deletions templates/code-coverage/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ pipeline:
inputs:
llmConnector:
type: connector
default: anthropic_connector
harnessKey:
type: secret
default: harness_api_key
Expand Down
8 changes: 4 additions & 4 deletions templates/codereview/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline:
working_directory: /harness
show_diff: "false"
env:
ANTHROPIC_API_KEY: <+inputs.anthropicKey>
ANTHROPIC_API_KEY: <+inputs.llmConnector.token>
- name: post_comments
run:
container:
Expand All @@ -44,9 +44,9 @@ pipeline:
os: linux
arch: arm64
inputs:
anthropicKey:
type: secret
default: account.autofix_anthropic_api_key
llmConnector:
type: connector
default: anthropic_connector
harnessKey:
type: secret
default: account.harness_api_key
Expand Down
8 changes: 4 additions & 4 deletions templates/manifest-remediator/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline:
harness_org_id: <+inputs.harnessOrgId>
harness_account_id: <+inputs.harnessAccountId>
env:
ANTHROPIC_API_KEY: <+inputs.anthropicKey>
ANTHROPIC_API_KEY: <+inputs.llmConnector.token>
- name: Output
run:
script: |-
Expand All @@ -39,9 +39,9 @@ pipeline:
os: linux
arch: arm64
inputs:
anthropicKey:
type: secret
default: autofix_anthropic_api_key
llmConnector:
type: connector
default: anthropic_connector
harnessKey:
type: secret
default: harness_api_key
Expand Down
1 change: 1 addition & 0 deletions templates/react-upgrade/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ pipeline:
inputs:
llmConnector:
type: connector
default: anthropic_connector
harnessKey:
type: secret
default: harness_api_key
Expand Down