From e992b08ea892e82b552e97890d9da114292a5237 Mon Sep 17 00:00:00 2001 From: hexated Date: Sat, 22 Apr 2023 16:20:33 +0700 Subject: [PATCH] build --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2e0cce6..ac71c021 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,8 +42,8 @@ jobs: - name: Access SORA_API env: - SORA_API: $ - run: echo SORA_API=\"$SORA_API\" > $GITHUB_WORKSPACE/src/local.properties + SORA_API: ${{ secrets.SORA_API }} + run: echo SORA_API=$SORA_API > $GITHUB_WORKSPACE/src/local.properties - name: Build Plugins run: |