Skip to content

Fixed error failures after merge #12

Fixed error failures after merge

Fixed error failures after merge #12

Workflow file for this run

on:
workflow_dispatch:
pull_request_target:
types: [ opened, synchronize, reopened ]
branches:
- main
permissions:
pull-requests: write
jobs:
pr-bot:
runs-on: ubuntu-latest
steps:
- name: PR Bot
uses: langchain4j/pr-bot@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
env:
GOOGLE_AI_GEMINI_API_KEY: ${{ secrets.GOOGLE_AI_GEMINI_API_KEY }}