chore(runner): add new token in header
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
2f879c41c4
commit
d178051832
4 changed files with 29 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
package core
|
||||
|
||||
const UUIDHeader = "x-runner-uuid"
|
||||
const (
|
||||
UUIDHeader = "x-runner-uuid"
|
||||
TokenHeader = "x-runner-token"
|
||||
)
|
||||
|
||||
// Runner struct
|
||||
type Runner struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue