[VOL-5296] Publish a new version of voltctl

jjb/github-release.yaml
-----------------------
  o Minor yamllint cleanups.
  o credential 'github-release-token' must be a personal token in one
    of the cord admin user accounts, not finding it in any of the
    normal places.
  o Change to known quantity 'onf-voltha'.

Change-Id: Icbc8c3b6244a69f90d2d6186a132ebb1667eea9a
diff --git a/jjb/github-release.yaml b/jjb/github-release.yaml
index 8cce215..1e8a10a 100644
--- a/jjb/github-release.yaml
+++ b/jjb/github-release.yaml
@@ -4,8 +4,10 @@
 - job-template:
     id: github-release
     name: 'github-release_{project}'
-    description: |
-      Created by {id} job-template from ci-management/jjb/github-release.yaml<br/>
+    description: >-
+      Created by {id} job-template from
+      ci-management/jjb/github-release.yaml<br/>
+
       Build and publish artifacts to GitHub as a release, with checksums
 
     triggers:
@@ -27,7 +29,7 @@
           jenkins-ssh-credential: '{gerrit-ssh-credential}'
       - credentials-binding:
           - text:
-              credential-id: github-release-token
+              credential-id: onf-voltha  # github-release-token
               variable: GITHUB_TOKEN
 
     scm: