From e3aa7a5273001bbc0efb8b58e37a5a3d26a17230 Mon Sep 17 00:00:00 2001 From: IKatsuba Date: Tue, 12 Jan 2021 17:42:11 +0300 Subject: [PATCH] build: add GH_TOKEN --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3eae7f8..325277f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,3 +33,4 @@ jobs: CI: true NPM_TOKEN: ${{ secrets.NPM_TOKEN }} FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }}