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