Skip to content

Commit

Permalink
fix warning about outputToken being an unexpected input (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm authored Jun 8, 2023
1 parent dc4f72d commit 166100b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ inputs:
description: 'Whether or not export Vault token as environment variables.'
default: 'false'
required: false
outputToken:
description: 'Whether or not to set the `vault_token` output to contain the Vault token after authentication.'
default: 'false'
required: false
caCertificate:
description: 'Base64 encoded CA certificate to verify the Vault server certificate.'
required: false
Expand Down

0 comments on commit 166100b

Please sign in to comment.