From 94fef357162da4f1b2b4019affae4ff0e38712ea Mon Sep 17 00:00:00 2001 From: Garris Date: Fri, 23 Feb 2024 18:26:23 -0800 Subject: [PATCH] Update test-build-pub-npm-dockerhub.yml --- .github/workflows/test-build-pub-npm-dockerhub.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test-build-pub-npm-dockerhub.yml b/.github/workflows/test-build-pub-npm-dockerhub.yml index abcb6fb6..e9d19b2d 100644 --- a/.github/workflows/test-build-pub-npm-dockerhub.yml +++ b/.github/workflows/test-build-pub-npm-dockerhub.yml @@ -3,7 +3,15 @@ name: Test build & publish npm + docker on: workflow_dispatch: workflow_call: + inputs: + config-path: + required: true + type: string + secrets: + envPAT: + required: true + permissions: actions: write checks: write