Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayguti authored Nov 27, 2024
1 parent 53e879c commit 320270c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
uses: actions/checkout@v4
- name: Set environment variables in environment.prod.ts
run: |
sed -i "s|__SPOTIFY_CLIENT_ID__|${{ secrets.SPOTIFY_CLIENT_ID }}|g" src/environments/environment.prod.ts
sed -i "s|__SPOTIFY_CLIENT_SECRET__|${{ secrets.SPOTIFY_CLIENT_SECRET }}|g" src/environments/environment.prod.ts
sed -i "s|__SPOTIFY_CLIENT_ID__|${{ secrets.SPOTIFY_CLIENT_ID }}|g" main.3caa0148422d3939.js
sed -i "s|__SPOTIFY_CLIENT_SECRET__|${{ secrets.SPOTIFY_CLIENT_SECRET }}|g" main.3caa0148422d3939.js
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
Expand Down

0 comments on commit 320270c

Please sign in to comment.