Commit 3f2e75a
authored
Base64-decode PGP_SECRET before passing to Gradle (#7)
The PGP_SECRET repository secret is stored base64-encoded (matching
fgbio's convention), but Gradle's useInMemoryPgpKeys expects the raw
ASCII-armored key. Decode it in the workflow before invoking Gradle.1 parent 77f41dd commit 3f2e75a
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
124 | | - | |
| 126 | + | |
125 | 127 | | |
126 | 128 | | |
127 | 129 | | |
| |||
0 commit comments