Skip to content

Commit

Permalink
coba edit github actionnya
Browse files Browse the repository at this point in the history
  • Loading branch information
DTA32 committed Sep 26, 2023
1 parent f48b4a0 commit 82a9c6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ concurrency:
group: "pages"
cancel-in-progress: false

env:
NEXT_PUBLIC_SPOTIFY_BASIC_AUTH: ${{secrets.NEXT_PUBLIC_SPOTIFY_BASIC_AUTH}}
NEXT_PUBLIC_SPOTIFY_REFRESH_TOKEN: ${{secrets.NEXT_PUBLIC_SPOTIFY_REFRESH_TOKEN}}
NEXT_PUBLIC_NODE_ENV: ${{secrets.NEXT_PUBLIC_NODE_ENV}}

jobs:
# Build job
build:
Expand Down

0 comments on commit 82a9c6f

Please sign in to comment.