From 021941d2121d8b0a22846deb58671ddcfacf648b Mon Sep 17 00:00:00 2001 From: qier222 Date: Thu, 22 Apr 2021 12:28:18 +0800 Subject: [PATCH] fix: last.fm auth #569 --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ccda8fe..a30ca4e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,6 +38,8 @@ jobs: env: VUE_APP_ELECTRON_API_URL: /api VUE_APP_ELECTRON_API_URL_DEV: http://127.0.0.1:10754 + VUE_APP_LASTFM_API_KEY: 09c55292403d961aa517ff7f5e8a3d9c + VUE_APP_LASTFM_API_SHARED_SECRET: 307c9fda32b3904e53654baff215cb67 with: # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings)