Backport of [docs] Convert titles to sentense case into 1.14.x (#21921)

This commit is contained in:
Anton Averchenkov
2023-07-18 17:07:55 -04:00
committed by GitHub
parent a323e5ea94
commit a13cf98661
593 changed files with 4758 additions and 4758 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: