[docs] Convert titles to sentense case (#21426)

* Convert documentation titles to sentense case

* Docker, Google, Foundry, Cloud proper case
This commit is contained in:
Anton Averchenkov
2023-06-30 19:22:07 -04:00
committed by GitHub
parent d01a3c1763
commit f4f0412b6a
589 changed files with 4744 additions and 4744 deletions

View File

@@ -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: