Skip to content

Commit

Permalink
fix: update to latest vault-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
scheying committed Sep 29, 2023
1 parent d6f2f63 commit 4eb425c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:
- name: Retrieve zon-ops GitHub user GPG key
id: zon-ops-gpg
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].3
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].3
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down

0 comments on commit 4eb425c

Please sign in to comment.