mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00: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:
|
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…
Reference in a new issue