From 6a86f92b2c2a70dd57a05be72e8f9a92a71df5c5 Mon Sep 17 00:00:00 2001 From: ryohidaka <39184410+ryohidaka@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:56:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AA=8D=E8=A8=BC=E3=82=AD=E3=83=BC?= =?UTF-8?q?=E3=81=AE=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89=E3=82=92?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E5=A4=89=E6=95=B0=E3=81=8B=E3=82=89=E5=8F=96?= =?UTF-8?q?=E5=BE=97=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53824c7..32ba05f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,9 @@ on: pull_request: branches: [main] +env: + PLASMO_PUBLIC_STORAGE_PASSWORD: ${{secrets.PLASMO_PUBLIC_STORAGE_PASSWORD}} + jobs: build: runs-on: ubuntu-latest