Skip to content

Commit 7863b4f

Browse files
authored
Update update_quote.yml
1 parent e1588d8 commit 7863b4f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/update_quote.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@ jobs:
1717
with:
1818
python-version: '3.x'
1919

20-
- name: Install requests library
21-
run: |
22-
pip install requests
23-
2420
- name: Run quote script
25-
env: # Pass the secret as an environment variable
21+
env:
2622
API_NINJAS_KEY: ${{ secrets.API_NINJAS_KEY }} # Reference the secret
2723
run: python generate_quote.py
2824

0 commit comments

Comments
 (0)