-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update hashicorp/vault-action action to v2.8.1
- Loading branch information
1 parent
5a82b85
commit 87f76e3
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|