Skip to content
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actions/lint-pr-title": "1.2.4",
"actions/get-vault-secrets": "2.0.1",
"actions/get-vault-secrets": "2.0.2",
"actions/dockerhub-login": "2.0.0",
"actions/send-slack-message": "3.0.2",
"actions/aws-auth": "1.0.4",
Expand Down
7 changes: 7 additions & 0 deletions actions/get-vault-secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.2](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v2.0.1...get-vault-secrets/v2.0.2) (2026-09-09)


### 馃摑 Documentation

* generate action and workflow input/output tables ([#2276](https://github.com/grafana/shared-workflows/issues/2276)) ([ddcc1f8](https://github.com/grafana/shared-workflows/commit/ddcc1f84239514abefa7b02481bfcc24bd88c4ca))

## [2.0.1](https://github.com/grafana/shared-workflows/compare/get-vault-secrets/v2.0.0...get-vault-secrets/v2.0.1) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion actions/get-vault-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- id: get-secrets
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v2.0.1
uses: grafana/shared-workflows/actions/get-vault-secrets@get-vault-secrets/v2.0.2
with:
# Secrets placed in the ci/common/<path> path in Vault
common_secrets: |
Expand Down
Loading