Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 authored Sep 23, 2023
1 parent 9a05bfa commit 6be4c5e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Youtube Shorts Project

on:
push:
branches:
- main

jobs:
example_job:
runs-on: ubuntu-latest

steps:
# Step 1: Checkout the code
- name: Checkout code
uses: actions/checkout@v2

# Step 2: Execute the project script
- name: Change directory and run app.py
run: |
cd api
python app.py
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 6be4c5e

Please sign in to comment.