We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5260e66 commit f1f5453Copy full SHA for f1f5453
.github/workflows/release.yml
@@ -14,7 +14,8 @@ on:
14
env:
15
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
16
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
17
- SPOTIFY_TOKEN_STRING: ${{ github.event.inputs.spotify_test_client_token }}
+ # TODO temporarily deactivating client tests due to flaky (from spotify responses) tests
18
+ #SPOTIFY_TOKEN_STRING: ${{ github.event.inputs.spotify_test_client_token }}
19
SPOTIFY_REDIRECT_URI: ${{ github.event.inputs.spotify_test_redirect_uri }}
20
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
21
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
0 commit comments