Skip to content

Commit

Permalink
test: temporary use Dockerfile in action.yml for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtejadav committed Oct 29, 2024
1 parent 43c25ac commit 0c47fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ outputs:
description: 'The action stores the retrieved secrets in output variables defined by the end user. The <output_id> must be a unique identifier within the outputs object. The <output_id> 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 }}
Expand Down

0 comments on commit 0c47fb6

Please sign in to comment.