From ded6c2fc8f9e86b86000d8b0b03edf852aa2ed28 Mon Sep 17 00:00:00 2001 From: mswgen <54498184+mswgen@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:52:34 +0900 Subject: [PATCH] =?UTF-8?q?set=20GH=5FTOKEN=20env(GH=5FTOKEN=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EB=B3=80=EC=88=98=20=EC=84=A4=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 114d5f4..2b7c914 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,8 @@ jobs: run: yarn - name: Build run: yarn build + env: + GH_TOKEN: ${{ github.token }} - name: Upload Artifacts uses: actions/upload-artifact@v2 with: