mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 20:25:32 -04:00
ci: correct permissions for building mobile during release flow (#17814)
This commit is contained in:
parent
830b4dadcb
commit
bb6cdc99ab
2
.github/workflows/prepare-release.yml
vendored
2
.github/workflows/prepare-release.yml
vendored
@ -64,6 +64,8 @@ jobs:
|
|||||||
build_mobile:
|
build_mobile:
|
||||||
uses: ./.github/workflows/build-mobile.yml
|
uses: ./.github/workflows/build-mobile.yml
|
||||||
needs: bump_version
|
needs: bump_version
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
secrets:
|
secrets:
|
||||||
KEY_JKS: ${{ secrets.KEY_JKS }}
|
KEY_JKS: ${{ secrets.KEY_JKS }}
|
||||||
ALIAS: ${{ secrets.ALIAS }}
|
ALIAS: ${{ secrets.ALIAS }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user