mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
[docs] Convert titles to sentense case (#21426)
* Convert documentation titles to sentense case * Docker, Google, Foundry, Cloud proper case
This commit is contained in:
committed by
GitHub
parent
d01a3c1763
commit
f4f0412b6a
@@ -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