Update use-secrets.md (#20526)

This commit is contained in:
Rodolfo Stremel 2024-08-05 04:56:47 -03:00 committed by GitHub
parent 4de6c276ab
commit 5240dedee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ In the advanced example above:
### Build secrets
In the following example, the `npm_token` secret is made available at build time. It's value is taken from the `NPM_TOKEN` environment variable.
In the following example, the `npm_token` secret is made available at build time. Its value is taken from the `NPM_TOKEN` environment variable.
```yaml
services: