Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 8700acf

Browse files
chore(deps): update hashicorp/vault-action action to v2.8.1
1 parent a8c494b commit 8700acf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
5151

5252
- name: Import secrets
53-
uses: hashicorp/vault-action@v2.8.0
53+
uses: hashicorp/vault-action@v2.8.1
5454
with:
5555
url: https://vault.fluence.dev
5656
path: jwt/github
@@ -101,7 +101,7 @@ jobs:
101101
echo "found any?:" "${{ steps.status.outputs.found }}"
102102
103103
- name: Import secrets
104-
uses: hashicorp/vault-action@v2.8.0
104+
uses: hashicorp/vault-action@v2.8.1
105105
with:
106106
url: https://vault.fluence.dev
107107
path: jwt/github

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ inputs.ref }}
3434

3535
- name: Import secrets
36-
uses: hashicorp/vault-action@v2.8.0
36+
uses: hashicorp/vault-action@v2.8.1
3737
with:
3838
url: https://vault.fluence.dev
3939
path: jwt/github

0 commit comments

Comments
 (0)