allow workflow to be used by 3rd parties

This commit is contained in:
aptalca 2023-04-11 11:37:39 -04:00
parent 602dc52ee2
commit 55c97fae39
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -18,6 +18,15 @@ on:
MOD_VERSION:
required: false
type: string
secrets:
CR_USER:
required: false
CR_PAT:
required: false
DOCKERUSER:
required: false
DOCKERPASS:
required: false
jobs:
build: