File tree Expand file tree Collapse file tree 1 file changed +21
-10
lines changed
Expand file tree Collapse file tree 1 file changed +21
-10
lines changed Original file line number Diff line number Diff line change 11# PULLFROG ACTION — DO NOT EDIT EXCEPT WHERE INDICATED
22name : Pullfrog
3+ run-name : ${{ inputs.name || github.workflow }}
34on :
45 workflow_dispatch :
56 inputs :
67 prompt :
78 type : string
89 description : Agent prompt
9- workflow_call :
10- inputs :
11- prompt :
12- description : Agent prompt
10+ name :
1311 type : string
14- secrets : inherit
12+ description : Run name
1513
1614permissions :
1715 id-token : write
16+ contents : write
17+ pull-requests : write
18+ issues : write
19+ actions : read
20+ checks : read
1821
1922jobs :
20- agent :
23+ pullfrog :
2124 runs-on : ubuntu-latest
2225 steps :
23- - uses : actions/checkout@v4
24-
26+ - name : Checkout code
27+ uses : actions/checkout@v6
28+ with :
29+ fetch-depth : 1
2530 - name : Run agent
26- uses : pullfrog/action@main
31+ uses : pullfrog/pullfrog@v0
2732 with :
2833 prompt : ${{ inputs.prompt }}
2934 env :
30- # Feel free to comment out any you won't use
35+ # add any additional keys your agent(s) need
36+ # optionally, comment out any you won't use
3137 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
3238 OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
3339 GOOGLE_API_KEY : ${{ secrets.GOOGLE_API_KEY }}
3440 GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
3541 CURSOR_API_KEY : ${{ secrets.CURSOR_API_KEY }}
42+ MISTRAL_API_KEY : ${{ secrets.MISTRAL_API_KEY }}
43+ GROQ_API_KEY : ${{ secrets.GROQ_API_KEY }}
44+ DEEPSEEK_API_KEY : ${{ secrets.DEEPSEEK_API_KEY }}
45+ OPENROUTER_API_KEY : ${{ secrets.OPENROUTER_API_KEY }}
46+
You can’t perform that action at this time.
0 commit comments