mirror of
https://github.com/immich-app/immich.git
synced 2025-05-01 20:42:12 +02:00
ci: correct permissions for building mobile during release flow (#17814)
This commit is contained in:
parent
830b4dadcb
commit
bb6cdc99ab
1 changed files with 2 additions and 0 deletions
2
.github/workflows/prepare-release.yml
vendored
2
.github/workflows/prepare-release.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue