Update android.yml

This commit is contained in:
Sujal 2025-02-20 00:27:05 +05:30 committed by GitHub
parent 4707d0cbf8
commit 7f40752c22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}