Skip to content

Merge pull request #59 from MaryamZi/add-natural-expr-sample #1

Merge pull request #59 from MaryamZi/add-natural-expr-sample

Merge pull request #59 from MaryamZi/add-natural-expr-sample #1

name: Update ballerina-dev-website repo - Working with LLMs
on:
push:
branches:
- 'main'
paths:
- 'working-with-llms/working_with_llms.bal'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install Python Packages
run: |
pip install PyGithub
- name: Update Ballerina Dev Website
run: python3 .github/scripts/update_dev_website_working_with_llms.py
env:
BALLERINA_BOT_USERNAME: ${{ secrets.BALLERINA_BOT_USERNAME }}
BALLERINA_BOT_TOKEN: ${{ secrets.BALLERINA_BOT_TOKEN }}
BALLERINA_BOT_EMAIL: ${{ secrets.BALLERINA_BOT_EMAIL }}
BALLERINA_REVIEWER_BOT_TOKEN: ${{ secrets.BALLERINA_REVIEWER_BOT_TOKEN }}