We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16058ba commit 47dd67cCopy full SHA for 47dd67c
action.yml
@@ -1,16 +1,16 @@
1
-name: 'PR Security Review'
+name: 'Ethereum Security Reviewer'
2
description: 'Automated security review of pull requests using LLMs'
3
inputs:
4
github-token:
5
description: 'GitHub token for accessing PR content'
6
required: true
7
llm-provider:
8
description: 'LLM provider to use (anthropic or openai)'
9
- required: false
+ required: true
10
default: 'anthropic'
11
anthropic-api-key:
12
description: 'Anthropic API key for Claude access'
13
14
openai-api-key:
15
description: 'OpenAI API key for GPT access'
16
required: false
0 commit comments