From 0c47fb6dd02f5757848ec4a51930204bdfefe082 Mon Sep 17 00:00:00 2001 From: Diego Tejada Date: Tue, 29 Oct 2024 15:31:30 -0500 Subject: [PATCH] test: temporary use Dockerfile in action.yml for testing purposes --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 619dcf0..25dfeed 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ outputs: description: 'The action stores the retrieved secrets in output variables defined by the end user. The must be a unique identifier within the outputs object. The must start with a letter or _ and contain only alphanumeric characters, -, or _.' runs: using: 'docker' - image: 'docker://beyondtrust/secrets-github-action:1.0.1' + image: 'Dockerfile' args: - ${{ inputs.api_key }} - ${{ inputs.client_id }}