ci: correct permissions for building mobile during release flow ()

This commit is contained in:
Zack Pollard 2025-04-23 17:38:43 +01:00 committed by GitHub
parent 830b4dadcb
commit bb6cdc99ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,8 @@ jobs:
build_mobile:
uses: ./.github/workflows/build-mobile.yml
needs: bump_version
permissions:
contents: read
secrets:
KEY_JKS: ${{ secrets.KEY_JKS }}
ALIAS: ${{ secrets.ALIAS }}