Skip to content

Commit

Permalink
Fix - secret variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzeeb3 committed Nov 5, 2024
1 parent 61aa4ab commit 78b85e4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/gpt-po.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: Run GPT-PO Command
on:
push:
branches:
- main # Runs the workflow on push to the main branch
pull_request:
branches:
- main # Runs the workflow on pull requests targeting the main branch
- master # Runs the workflow on push to the master branch

jobs:
run-gpt-po:
Expand All @@ -29,7 +26,7 @@ jobs:

- name: Run GPT-PO Command
env:
API_KEY: ${{ secrets.GPT_PO_API_KEY }}
API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
npx gpt-po --dir languages --key $API_KEY
Expand Down

0 comments on commit 78b85e4

Please sign in to comment.