Commit 62f8bdc
committed
Pass release secrets via env vars, not inline YAML interpolation
Splicing multi-line secrets directly into a run: script via
\${{ secrets.X }} can mangle the bytes; env vars preserve them
exactly. Also adds a sanity check that the decoded keystore is a
binary file, not corrupted text, to fail fast with a clear error
next time instead of a cryptic ASN.1 exception.1 parent f96a5bc commit 62f8bdc
1 file changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| |||
0 commit comments