From 34b5584e0f77a869774db1187d1c19b0625e5fdd Mon Sep 17 00:00:00 2001 From: Nikita S Date: Sun, 1 Sep 2024 20:14:21 +0200 Subject: [PATCH] fix "Error: Resource not accessible by integration" --- .github/workflows/build-TL-v1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-TL-v1.yml b/.github/workflows/build-TL-v1.yml index 430b6f0..a1439c4 100644 --- a/.github/workflows/build-TL-v1.yml +++ b/.github/workflows/build-TL-v1.yml @@ -44,9 +44,9 @@ jobs: name: apk path: app/build/outputs/apk/release/app-release.apk release: + permissions: write-all name: Release APK needs: apk - # if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest steps: - name: Download APK from build