Commit 6e64b0c5 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'test-ci-job-token' into 'master'

fix: use CI job token instead of bot accout

See merge request to-be-continuous/doc!118
parents 9ccd9d0b f84ef169
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ process-templates:
    entrypoint: [""]
  stage: .pre
  script:
    - ./process-templates.sh --api ${GITLAB_API_V4_URL:-$CI_API_V4_URL} --json-out kicker-aggregated.json --doc-out ./docs
    - ./process-templates.sh --token ${CI_JOB_TOKEN} --api ${GITLAB_API_V4_URL:-$CI_API_V4_URL} --json-out kicker-aggregated.json --doc-out ./docs
  artifacts:
    name: "aggregated kicker json from $CI_COMMIT_REF_SLUG"
    paths: