Skip to content

Commit

Permalink
fix(deps): update hashicorp/vault-action action to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zon-renovate committed Feb 17, 2024
1 parent 5a82b85 commit 87f76e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:

- name: Retrieve Baseproject Environment Config from Vault
id: raw-config
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -128,7 +128,7 @@ runs:
- name: Retrieve zon-ops GitHub user GPG key
id: zon-ops-gpg
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -196,7 +196,7 @@ runs:
- name: Export a Vault token
id: vault-export-token
if: inputs.vault_export_token == 'true'
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down

0 comments on commit 87f76e3

Please sign in to comment.