Skip to content

Commit

Permalink
New variables
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 17, 2024
1 parent fa91eb4 commit 113b739
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,16 @@ jobs:
- name: Run updateCache command
run: |
poetry run updateCache
env:
LIMS_KEY: ${{ secrets.LIMS_KEY }}
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}

- name: Run generate command
run: poetry run generate
env:
ANTHROPIC_KEY: ${{ secrets.ANTHROPIC_KEY }}
LIMS_KEY: ${{ secrets.LIMS_KEY }}
YOUTUBE_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}

- name: Commit & Push changes
uses: actions-js/push@master
Expand Down

0 comments on commit 113b739

Please sign in to comment.