Skip to content

Commit

Permalink
Forgot tokens:
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis committed Sep 23, 2024
1 parent cf331aa commit a023245
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ name: daily-generation-routine
steps:
- name: install-poetry
image: python:3
environment:
ANTHROPIC_KEY:
from_secret: ANTHROPIC_KEY
LIMS_KEY:
from_secret: LIMS_KEY
YOUTUBE_API_KEY:
from_secret: YOUTUBE_API_KEY
commands:
- curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH"
Expand Down

0 comments on commit a023245

Please sign in to comment.