Add additional auth.

This commit is contained in:
Oliver Rümpelein 2021-02-21 14:43:02 +01:00
parent 4bb1144eac
commit ee60d309f8

View file

@ -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")
}
} }
} }
} }