Verified Commit 2f5ffc2e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Switch to using CI_JOB_TOKEN for authenticating CI update pushes

parent 2fd434dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
      }
  after_script:
    - git push
      ${CI_PROJECT_URL/:\/\//:\/\/gitlab-ci-token:${PUSH_TOKEN?PUSH_TOKEN must be defined and allowed for ${CI_COMMIT_REF_NAME}}@}
      ${CI_PROJECT_URL/:\/\//:\/\/gitlab-ci-token:${CI_JOB_TOKEN}@}
      HEAD:${CI_COMMIT_REF_NAME}