Skip to content

Commit 47dd67c

Browse files
authored
Rename action and update input requirements
Updated the action name and made input parameters required.
1 parent 16058ba commit 47dd67c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: 'PR Security Review'
1+
name: 'Ethereum Security Reviewer'
22
description: 'Automated security review of pull requests using LLMs'
33
inputs:
44
github-token:
55
description: 'GitHub token for accessing PR content'
66
required: true
77
llm-provider:
88
description: 'LLM provider to use (anthropic or openai)'
9-
required: false
9+
required: true
1010
default: 'anthropic'
1111
anthropic-api-key:
1212
description: 'Anthropic API key for Claude access'
13-
required: false
13+
required: true
1414
openai-api-key:
1515
description: 'OpenAI API key for GPT access'
1616
required: false

0 commit comments

Comments
 (0)