Skip to content

Commit

Permalink
Update save.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RegsonDR authored Sep 25, 2024
1 parent ae8539c commit 0b79411
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/save.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python Environment
uses: actions/setup-python@v2
Expand All @@ -27,3 +27,6 @@ jobs:
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
REFRESH_TOKEN: ${{ secrets.REFRESH_TOKEN }}
PLAYLISTS_CONFIG: ${{ secrets.PLAYLISTS_CONFIG }}

- name: Keepalive
uses: gautamkrishnar/keepalive-workflow@v1

0 comments on commit 0b79411

Please sign in to comment.