Commit 176cdf0
committed
feat: add headers support to HTTP transport schema, use in GitHub PAT variant
- Add optional `headers` field to HTTP transport schema for sending
custom headers (supports ${input:ID} interpolation)
- GitHub PAT variant now sends `Authorization: Bearer ${input:GITHUB_TOKEN}`
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>1 parent b984361 commit 176cdf0
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments