We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f4567 commit 3095d25Copy full SHA for 3095d25
1 file changed
.github/workflows/build.yml
@@ -1,17 +1,10 @@
1
-# .github/workflows/build.yml
2
name: Build
3
on: [push]
4
5
jobs:
6
- build:
+ run:
7
runs-on: ubuntu-latest
+ environment: prod
8
env:
9
SPOTIFY_CLIENT_ID: ${{ vars.SPOTIFY_CLIENT_ID }}
10
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
11
- steps:
12
- - uses: actions/checkout@v4
13
- - uses: actions/setup-java@v4
14
- with:
15
- distribution: temurin
16
- java-version: 23
17
- - run: ./gradlew run --args="-access https://accounts.spotify.com -resource https://api.spotify.com -page 5"
0 commit comments