mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 12:44:17 -04:00
Inherit secrect in workflow (#1514)
This commit is contained in:
parent
4f38851880
commit
eb408d4858
9
.github/workflows/prepare-release.yml
vendored
9
.github/workflows/prepare-release.yml
vendored
@ -4,22 +4,23 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
serverBump:
|
serverBump:
|
||||||
description: 'Bump server version'
|
description: "Bump server version"
|
||||||
required: true
|
required: true
|
||||||
default: 'false'
|
default: "false"
|
||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- false
|
- "false"
|
||||||
- minor
|
- minor
|
||||||
- patch
|
- patch
|
||||||
mobileBump:
|
mobileBump:
|
||||||
description: 'Bump mobile build number'
|
description: "Bump mobile build number"
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_mobile:
|
build_mobile:
|
||||||
uses: ./.github/workflows/build-mobile.yml
|
uses: ./.github/workflows/build-mobile.yml
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
tag_release:
|
tag_release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user