File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
token : ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
51
51
52
52
- name : Import secrets
53
- uses : hashicorp/vault-action@v2.8.1
53
+ uses : hashicorp/vault-action@v3.1.0
54
54
with :
55
55
url : https://vault.fluence.dev
56
56
path : jwt/github
@@ -101,7 +101,7 @@ jobs:
101
101
echo "found any?:" "${{ steps.status.outputs.found }}"
102
102
103
103
- name : Import secrets
104
- uses : hashicorp/vault-action@v2.8.1
104
+ uses : hashicorp/vault-action@v3.1.0
105
105
with :
106
106
url : https://vault.fluence.dev
107
107
path : jwt/github
Original file line number Diff line number Diff line change 33
33
ref : ${{ inputs.ref }}
34
34
35
35
- name : Import secrets
36
- uses : hashicorp/vault-action@v2.8.1
36
+ uses : hashicorp/vault-action@v3.1.0
37
37
with :
38
38
url : https://vault.fluence.dev
39
39
path : jwt/github
You can’t perform that action at this time.
0 commit comments