diff --git a/.github/workflows/apk-release.yml b/.github/workflows/apk-release.yml index 8c7c84c..41ddf3a 100644 --- a/.github/workflows/apk-release.yml +++ b/.github/workflows/apk-release.yml @@ -50,6 +50,8 @@ jobs: - name: Generate Version Info run: ./gradlew versionInfo + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish Release APK and Bindings uses: marvinpinto/action-automatic-releases@latest