Skip to content

Commit

Permalink
flipping assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
RichtXO committed Dec 8, 2024
1 parent 547912c commit abdb5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
TOKEN: ${{ secrets.TOKEN }}
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
SPOTIFY_SECRET: ${{ secrets.SPOTIFY_SECRET }}
YT_TOKEN: ${{ secrets.YT_VISITOR }}
YT_VISITOR: ${{ secrets.YT_TOKEN }}
YT_TOKEN: ${{ secrets.YT_TOKEN }}
YT_VISITOR: ${{ secrets.YT_VISITOR }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit abdb5ff

Please sign in to comment.