Skip to content

Commit 3095d25

Browse files
Update build
1 parent 08f4567 commit 3095d25

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
# .github/workflows/build.yml
21
name: Build
32
on: [push]
43

54
jobs:
6-
build:
5+
run:
76
runs-on: ubuntu-latest
7+
environment: prod
88
env:
99
SPOTIFY_CLIENT_ID: ${{ vars.SPOTIFY_CLIENT_ID }}
1010
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

Comments
 (0)