Skip to content

Commit 87822e6

Browse files
committed
chore(ci): update news workflow
1 parent 38d091c commit 87822e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/news.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
environment: github-pages
2323
env:
2424
TELEGRAM_BOT_API_KEY: ${{ secrets.TELEGRAM_BOT_API_KEY }}
25+
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
2526

2627
steps:
2728
- name: Checkout repository
@@ -41,5 +42,4 @@ jobs:
4142
4243
- name: Run news bot script
4344
run: python scripts/nytimes/news_bot.py
44-
env:
45-
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
45+

0 commit comments

Comments
 (0)