Update workflows
This commit is contained in:
committed by
pullfrog[bot]
parent
6af0c721ba
commit
df4e7a9a4a
@@ -26,16 +26,16 @@ jobs:
|
|||||||
- name: Run agent
|
- name: Run agent
|
||||||
uses: pullfrog/pullfrog@v0
|
uses: pullfrog/pullfrog@v0
|
||||||
with:
|
with:
|
||||||
prompt: \${{ inputs.prompt }}
|
prompt: ${{ inputs.prompt }}
|
||||||
env:
|
env:
|
||||||
# add any additional keys your agent(s) need
|
# add any additional keys your agent(s) need
|
||||||
# optionally, comment out any you won't use
|
# optionally, comment out any you won't use
|
||||||
ANTHROPIC_API_KEY: \${{ secrets.ANTHROPIC_API_KEY }}
|
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||||
OPENAI_API_KEY: \${{ secrets.OPENAI_API_KEY }}
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||||
GOOGLE_API_KEY: \${{ secrets.GOOGLE_API_KEY }}
|
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
|
||||||
GEMINI_API_KEY: \${{ secrets.GEMINI_API_KEY }}
|
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||||
CURSOR_API_KEY: \${{ secrets.CURSOR_API_KEY }}
|
CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }}
|
||||||
MISTRAL_API_KEY: \${{ secrets.MISTRAL_API_KEY }}
|
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
|
||||||
GROQ_API_KEY: \${{ secrets.GROQ_API_KEY }}
|
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
|
||||||
DEEPSEEK_API_KEY: \${{ secrets.DEEPSEEK_API_KEY }}
|
DEEPSEEK_API_KEY: ${{ secrets.DEEPSEEK_API_KEY }}
|
||||||
OPENROUTER_API_KEY: \${{ secrets.OPENROUTER_API_KEY }}
|
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
|
||||||
Reference in New Issue
Block a user