diff --git a/.github/workflows/master-apk-create.yml b/.github/workflows/master-apk-create.yml index 078e4504..ec7b923c 100644 --- a/.github/workflows/master-apk-create.yml +++ b/.github/workflows/master-apk-create.yml @@ -26,7 +26,7 @@ jobs: run: bash ./gradlew assembleProductionDebug - uses: "marvinpinto/action-automatic-releases@latest" - with: + with: repo_token: "${{ github.token }}" automatic_release_tag: "latest" prerelease: true