mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Backport of [docs] Convert titles to sentense case into 1.14.x (#21921)
This commit is contained in:
committed by
GitHub
parent
a323e5ea94
commit
a13cf98661
@@ -5,7 +5,7 @@ description: >-
|
||||
GitHub Actions
|
||||
---
|
||||
|
||||
# GitHub Actions
|
||||
# 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.
|
||||
@@ -38,7 +38,7 @@ This example will authenticate to Vault instance at `https://vault.example.com:8
|
||||
- The secret at path `secret/data/ci/aws` with the key `secretKey` available in the environment variable `AWS_SECRET_ACCESS_KEY`
|
||||
- The secret at path `secret/data/ci` with the key `npm_token` available in the environment variable `NPM_TOKEN`
|
||||
|
||||
## Further Information
|
||||
## Further information
|
||||
|
||||
For more information on using the `vault-action` GitHub Action, visit:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user