We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4926e4f commit b3f76a0Copy full SHA for b3f76a0
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
94
95
- name: Import secrets
96
- uses: hashicorp/vault-action@v2.7.4
+ uses: hashicorp/vault-action@v2.8.0
97
with:
98
url: https://vault.fluence.dev
99
path: jwt/github
@@ -147,7 +147,7 @@ jobs:
147
echo "found any?:" "${{ steps.status.outputs.found }}"
148
149
150
151
152
153
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
ref: ${{ inputs.ref }}
48
49
50
51
52
53
0 commit comments