Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update changelog for release #29

Merged
merged 2 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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