Merge branch 'main' into bugfix/code-change4john
This commit is contained in:
commit
2d45990b7c
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
|
||||
description: An optional string to define which branch to checkout.
|
||||
default: 'main'
|
||||
secrets:
|
||||
DOCKERHUB_USER: {}
|
||||
DOCKERHUB_TOKEN: {}
|
||||
TEST: {}
|
||||
COOLIFY_WEBHOOK: {}
|
||||
COOLIFY_TOKEN: {}
|
||||
jobs:
|
||||
check-inputs:
|
||||
runs-on: 'ubuntu-latest'
|
||||
|
|
|
|||
Loading…
Reference in a new issue