From 5f9948c943f6e2d4cdef0d63b20fcd68161dbedb Mon Sep 17 00:00:00 2001 From: Sujal Date: Sun, 16 Feb 2025 19:35:16 +0530 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 319c37d79..529b64652 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,6 +2,10 @@ name: Android CI on: [push, pull_request, workflow_dispatch] +permissions: + pull-requests: write + contents: read + concurrency: group: build-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true