Update web-deploy-nonprod.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 15:40:53 -04:00 committed by GitHub
parent 4b97dc2153
commit 3db8f0ffac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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