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