[On-Hold] Update the GH Action URL (#23290)

* Update the GH Action URL

* Update github-actions.mdx
This commit is contained in:
Yoko Hyakuna
2023-11-03 10:22:40 -07:00
committed by GitHub
parent 17eaac32c7
commit d93a13a7e3

View File

@@ -8,7 +8,7 @@ description: >-
# GitHub actions
Workflows in GitHub Actions can make use of secrets stored in Vault by using a
[`vault-action`](https://github.com/marketplace/actions/vault-secrets) step.
[`vault-action`](https://github.com/marketplace/actions/hashicorp-vault) step.
## Example
@@ -42,5 +42,5 @@ This example will authenticate to Vault instance at `https://vault.example.com:8
For more information on using the `vault-action` GitHub Action, visit:
- [`vault-secrets` GitHub action documentation](https://github.com/marketplace/actions/vault-secrets)
- [`vault-secrets` GitHub action documentation](https://github.com/marketplace/actions/hashicorp-vault)
- [Vault GitHub actions tutorial](/vault/tutorials/app-integration/github-actions)