We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c63830 commit 88a1135Copy full SHA for 88a1135
.github/workflows/nytimes.yml
@@ -43,6 +43,8 @@ jobs:
43
id: nytimes_update
44
run: python -m scripts.nytimes.nytimes
45
continue-on-error: true
46
+ env:
47
+ MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
48
49
- name: Commit NYTimes Changes
50
if: steps.nytimes_update.outcome == 'success'
0 commit comments