Commit 1ff65db
committed
fix: mask vercel token in logs, sanitize commit metadata, and preserve retry error context
- Add core.setSecret(vercelToken) to prevent token leakage in action logs
- Sanitize commit message (strip newlines/quotes) before passing as metadata
- Preserve original error output when retry path also fails
- Remove core.exportVariable for VERCEL_ORG_ID (process.env delete suffices)1 parent 3c74304 commit 1ff65db
2 files changed
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59652 | 59652 | | |
59653 | 59653 | | |
59654 | 59654 | | |
| 59655 | + | |
59655 | 59656 | | |
59656 | 59657 | | |
59657 | 59658 | | |
| |||
59745 | 59746 | | |
59746 | 59747 | | |
59747 | 59748 | | |
59748 | | - | |
| 59749 | + | |
59749 | 59750 | | |
59750 | 59751 | | |
59751 | 59752 | | |
| |||
59799 | 59800 | | |
59800 | 59801 | | |
59801 | 59802 | | |
59802 | | - | |
59803 | 59803 | | |
59804 | 59804 | | |
| 59805 | + | |
| 59806 | + | |
59805 | 59807 | | |
59806 | 59808 | | |
59807 | 59809 | | |
59808 | 59810 | | |
59809 | 59811 | | |
59810 | 59812 | | |
| 59813 | + | |
| 59814 | + | |
| 59815 | + | |
| 59816 | + | |
| 59817 | + | |
59811 | 59818 | | |
59812 | 59819 | | |
59813 | 59820 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
163 | | - | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
217 | | - | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
225 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
226 | 233 | | |
227 | 234 | | |
228 | 235 | | |
| |||
0 commit comments