Mirrowel commited on
Commit
c9d5579
·
1 Parent(s): dfb3ea1

ci(ci): make opencode-api-key input optional

Browse files
.github/actions/bot-setup/action.yml CHANGED
@@ -10,7 +10,7 @@ inputs:
10
  required: true
11
  opencode-api-key:
12
  description: 'The default API key, used for providers that do not have one defined in the custom providers JSON.'
13
- required: true
14
  opencode-model:
15
  description: 'The main model to use (e.g., openai/gpt-4o or a custom one from custom providers JSON).'
16
  required: true
 
10
  required: true
11
  opencode-api-key:
12
  description: 'The default API key, used for providers that do not have one defined in the custom providers JSON.'
13
+ required: false
14
  opencode-model:
15
  description: 'The main model to use (e.g., openai/gpt-4o or a custom one from custom providers JSON).'
16
  required: true