Skip to content

Commit 8dc8b43

Browse files
authored
Update pullfrog.yml to comment out API keys
Comment out API key secrets for Anthropic, OpenAI, and Cursor.
1 parent 2860f72 commit 8dc8b43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pullfrog.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
prompt: ${{ github.event.inputs.prompt }}
3636

3737
# 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 }}
38+
# anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
39+
# openai_api_key: ${{ secrets.OPENAI_API_KEY }}
40+
# google_api_key: ${{ secrets.GOOGLE_API_KEY }}
4141
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
42-
cursor_api_key: ${{ secrets.CURSOR_API_KEY }}
42+
# cursor_api_key: ${{ secrets.CURSOR_API_KEY }}

0 commit comments

Comments
 (0)