diff --git a/.github/workflows/pullfrog.yml b/.github/workflows/pullfrog.yml index 6a670ba..bc4db45 100644 --- a/.github/workflows/pullfrog.yml +++ b/.github/workflows/pullfrog.yml @@ -32,13 +32,12 @@ jobs: uses: pullfrog/action@main env: log_level: ${{ vars.LOG_LEVEL }} + # feel free to comment out any you won't use + ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} + GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }} + GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} + CURSOR_API_KEY: ${{ secrets.CURSOR_API_KEY }} with: prompt: ${{ github.event.inputs.prompt }} - - # feel free to comment out any you won't use - anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} - openai_api_key: ${{ secrets.OPENAI_API_KEY }} - google_api_key: ${{ secrets.GOOGLE_API_KEY }} - gemini_api_key: ${{ secrets.GEMINI_API_KEY }} - cursor_api_key: ${{ secrets.CURSOR_API_KEY }}