Add additional auth.
This commit is contained in:
parent
4bb1144eac
commit
ee60d309f8
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ publishing {
|
||||||
name = "Job-Token"
|
name = "Job-Token"
|
||||||
value = System.getenv("CI_JOB_TOKEN")
|
value = System.getenv("CI_JOB_TOKEN")
|
||||||
}
|
}
|
||||||
|
authentication {
|
||||||
|
create("header")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue