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 2860f72 commit 8dc8b43Copy full SHA for 8dc8b43
.github/workflows/pullfrog.yml
@@ -35,8 +35,8 @@ jobs:
35
prompt: ${{ github.event.inputs.prompt }}
36
37
# Feel free to comment out any you won't use
38
- anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
39
- openai_api_key: ${{ secrets.OPENAI_API_KEY }}
40
- google_api_key: ${{ secrets.GOOGLE_API_KEY }}
+ # anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
+ # openai_api_key: ${{ secrets.OPENAI_API_KEY }}
+ # google_api_key: ${{ secrets.GOOGLE_API_KEY }}
41
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
42
- cursor_api_key: ${{ secrets.CURSOR_API_KEY }}
+ # cursor_api_key: ${{ secrets.CURSOR_API_KEY }}
0 commit comments