This is an automated email from the ASF dual-hosted git repository. mcasters pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git
commit bd9fe3294d27de3a17235a7037ce08786d4345d6 Author: Hans Van Akelyen <[email protected]> AuthorDate: Sun Nov 8 16:14:32 2020 +0100 switch CI key --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bdff542..b36939e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ */ def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu' -def githubToken = "5f95d117-af3b-452a-9e5c-4bddb22a67f4" +def githubToken = "399061d0-5ab5-4142-a186-a52081fef742" pipeline {
