Commit e4259e3
authored
Adds documentation explaining how secrets appear inside build containers
when using GitHub Actions secret mounts.
Changes:
- Added new section "How secrets appear in the build container"
explaining:
- Default secret mount location (/run/secrets/<id>)
- File permissions and content handling
- How the env option works
- Custom target paths
- Includes practical examples for both environment variable and
file-based secret access
Fixes #24434
---------
Co-authored-by: David Karlsson <dvdksn@users.noreply.github.com>
1 parent 2e28597 commit e4259e3
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
0 commit comments