Skip to content

Commit

Permalink
doc: update changelog for release (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejurysays authored Nov 29, 2023
1 parent 0940beb commit 9e2bbfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

## [v1.0.0] - 2023-12-15
## [v1.0.0] - 2023-11-30

GitHub retrieve secret action 1.0 release.

### Added
- Version [v1.0.0]
Released on GitHub marketplace.
Adds the ability to retrieve managed accounts and secrets safe ASCII secrets in a GitHub workflow using Linux runners.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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:0.0.3'
image: 'docker://beyondtrust/secrets-github-action:1.0.0'
args:
- ${{ inputs.client_id }}
- ${{ inputs.client_secret }}
Expand Down

0 comments on commit 9e2bbfd

Please sign in to comment.