Shouldn't recommend embedding actual tokens in the config

This commit is contained in:
David Heinemeier Hansson
2023-01-15 10:36:04 +01:00
parent bafbde52fe
commit 2a0bcaf776

View File

@@ -153,7 +153,7 @@ Some images might need an argument passed in during build time, like a GITHUB_TO
```yaml
builder:
args:
GITHUB_TOKEN: <create-a-new-token-from-github>
GITHUB_TOKEN: <%= ENV["GITHUB_TOKEN"] %>
```
This build arg can then be used in the Dockerfile: