Skip to content

Commit

Permalink
Github Action, add secrets ref
Browse files Browse the repository at this point in the history
  • Loading branch information
benfwalla committed Mar 14, 2024
1 parent cc33cb2 commit 52b1c30
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check_for_latest_articles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ jobs:
run: |
pip install requests python-dotenv feedparser chromadb langchain openai
- name: Run the script
- name: Run data.py
id: script
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
STRATECHERY_RSS_ID: ${{ secrets.STRATECHERY_RSS_ID }}
STRATECHERY_ACCESS_TOKEN: ${{ secrets.STRATECHERY_ACCESS_TOKEN }}
run: |
python3 data.py
shell: bash
Expand Down

0 comments on commit 52b1c30

Please sign in to comment.