Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yogyy committed Mar 14, 2024
1 parent 77ab52d commit 563e750
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ on:
branches:
- main

env:
SPOTIFY_CLIENT_ID: "fake_env"
SPOTIFY_CLIENT_SECRET: "fake_env",
SPOTIFY_REFRESH_TOKEN: "fake_env",
NEXT_PUBLIC_POSTHOG_KEY: "fake_env",
SPOTIFY_REFRESH_TOKEN_LAST_PLAYED: "fake_env",

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -31,6 +24,3 @@ jobs:

- name: Lint
run: npm run lint

- name: Print Environment Variable
run: echo $MY_ENV_VAR

0 comments on commit 563e750

Please sign in to comment.