From 4ee44970b634f920e01244cc4cc5204490837ebe Mon Sep 17 00:00:00 2001 From: yueh Date: Sat, 27 Jun 2020 16:28:45 +0200 Subject: [PATCH] Forgot github token --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e949311b..cdcab17fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: KEY_STORE_PASS: ${{ secrets.KEY_STORE_PASS }} KEY_STORE_ALIAS: ${{ secrets.KEY_STORE_ALIAS }} KEY_STORE_KEY_PASS: ${{ secrets.KEY_STORE_KEY_PASS }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: ./gradlew build publish --no-daemon - name: Prepare artifact metadata id: prepare_artifact_metadata