From bcabece2e8336ce674d7be6642b7a18259925745 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 1 Sep 2022 19:23:40 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fixed=20missing=20GH=5FTOKEN=20i?= =?UTF-8?q?n=20build-apk.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 85e99f1..7bc54e6 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -37,6 +37,8 @@ jobs: with: keep_latest: 0 delete_tag_pattern: Build* + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - name: Upload Build Artifact uses: ncipollo/release-action@v1.10.0