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 93
93
token : ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
94
94
95
95
- name : Import secrets
96
- uses : hashicorp/vault-action@v2.8 .0
96
+ uses : hashicorp/vault-action@v3.1 .0
97
97
with :
98
98
url : https://vault.fluence.dev
99
99
path : jwt/github
@@ -147,7 +147,7 @@ jobs:
147
147
echo "found any?:" "${{ steps.status.outputs.found }}"
148
148
149
149
- name : Import secrets
150
- uses : hashicorp/vault-action@v2.8 .0
150
+ uses : hashicorp/vault-action@v3.1 .0
151
151
with :
152
152
url : https://vault.fluence.dev
153
153
path : jwt/github
Original file line number Diff line number Diff line change 47
47
ref : ${{ inputs.ref }}
48
48
49
49
- name : Import secrets
50
- uses : hashicorp/vault-action@v2.8 .0
50
+ uses : hashicorp/vault-action@v3.1 .0
51
51
with :
52
52
url : https://vault.fluence.dev
53
53
path : jwt/github
You can’t perform that action at this time.
0 commit comments