Skip to content

Commit

Permalink
Update process_lyrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HKLHaoBin authored Dec 10, 2024
1 parent 18494ff commit 22fd027
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/process_lyrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ permissions:
jobs:
process_lyrics:
runs-on: ubuntu-latest

steps:
- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -19,9 +20,13 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip
pip install PyGithub
- name: Process Lyrics
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python3 -m pip install requests
python3 process_lyrics.py

0 comments on commit 22fd027

Please sign in to comment.