Update web-deploy-nonprod.yml
This commit is contained in:
parent
4b97dc2153
commit
3db8f0ffac
1 changed files with 6 additions and 0 deletions
6
.github/workflows/web-deploy-nonprod.yml
vendored
6
.github/workflows/web-deploy-nonprod.yml
vendored
|
|
@ -14,6 +14,12 @@ on:
|
||||||
type: string
|
type: string
|
||||||
description: An optional string to define which branch to checkout.
|
description: An optional string to define which branch to checkout.
|
||||||
default: 'main'
|
default: 'main'
|
||||||
|
secrets:
|
||||||
|
DOCKERHUB_USER: {}
|
||||||
|
DOCKERHUB_TOKEN: {}
|
||||||
|
TEST: {}
|
||||||
|
COOLIFY_WEBHOOK: {}
|
||||||
|
COOLIFY_TOKEN: {}
|
||||||
jobs:
|
jobs:
|
||||||
check-inputs:
|
check-inputs:
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue