Inherit secrect in workflow (#1514)

This commit is contained in:
Alex
2023-02-02 00:15:27 -06:00
committed by GitHub
parent 4f38851880
commit eb408d4858

View File

@@ -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