Skip to content

Commit 88a1135

Browse files
committed
ci(workflows): update nytimes.yml configuration
1 parent 1c63830 commit 88a1135

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nytimes.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
id: nytimes_update
4444
run: python -m scripts.nytimes.nytimes
4545
continue-on-error: true
46+
env:
47+
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
4648

4749
- name: Commit NYTimes Changes
4850
if: steps.nytimes_update.outcome == 'success'

0 commit comments

Comments
 (0)