We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd727e6 commit 47b6b34Copy full SHA for 47b6b34
1 file changed
.github/workflows/release.yml
@@ -168,16 +168,6 @@ jobs:
168
)
169
170
steps:
171
- - name: Get vault secrets
172
- uses: hashicorp/vault-action@v2
173
- with:
174
- url: ${{ secrets.VAULT_HOST }}
175
- method: approle
176
- roleId: ${{ secrets.VAULT_ROLE_ID }}
177
- secretId: ${{ secrets.VAULT_SECRET_ID }}
178
- secrets:
179
- secrets/data/github repo_readonly_pat | REPO_READONLY_PAT
180
-
181
- name: Download all artifacts
182
uses: actions/download-artifact@v4
183
with:
0 commit comments