From 7f40752c223f0f9c4edec97d8280f852a8b79fd0 Mon Sep 17 00:00:00 2001 From: Sujal Date: Thu, 20 Feb 2025 00:27:05 +0530 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 8d1dc906c..f16c0c640 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,6 +1,6 @@ name: Android CI -on: [push, pull_request, workflow_dispatch] +on: [push, pull_request_target, workflow_dispatch] permissions: contents: write @@ -116,7 +116,7 @@ jobs: path: app/build/outputs/apk/prod/debug/app-*.apk - name: Comment on PR with APK download links - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request_target' uses: actions/github-script@v6 with: github-token: ${{secrets.GITHUB_TOKEN}}