Execute application with Gitea Actions #4

Merged
eric merged 6 commits from Broadcast/video-summary-bot#3 into main 2025-03-28 15:15:14 +00:00
Showing only changes of commit 1bc7f93e6e - Show all commits

View File

@ -8,6 +8,9 @@ on:
jobs: jobs:
Python: Python:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
OPENAI_API_KEY: "nokey"
OPENAI_BASE_URL: "http://192.168.1.168/v1"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python