Skip to content

Commit

Permalink
CI: Log token
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed May 13, 2024
1 parent 2013096 commit 4ff301d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ if (NOT CREDS)
# Try getting the credentials from the environment
if (DEFINED ENV{SPOTIFY_CLIENT_ID} AND DEFINED ENV{SPOTIFY_CLIENT_SECRET})
set(CREDS "$ENV{SPOTIFY_CLIENT_ID}:$ENV{SPOTIFY_CLIENT_SECRET}")
message(STATUS "Spotify client id: $ENV{SPOTIFY_CLIENT_ID}")
message(STATUS "Spotify client secret: (redacted but the environment variable is set)")
else()
set(CREDS "MISSING")
message(WARNING "Missing Spotify API info")
Expand Down
2 changes: 1 addition & 1 deletion cmake/.CMakeBuildNumber
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65
72

0 comments on commit 4ff301d

Please sign in to comment.