Commit b49ea5bb authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Using the generic group access token instead of CI_JOB_TOKEN

parent 61a00db5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ Upgrade index for pages:
  stage: upgrade
  before_script:
  script:
    - ./upgrade_pages.sh ${CI_JOB_TOKEN}
    - ./upgrade_pages.sh ${ACCESS_TOKEN}
  rules:
    - changes:
        - index.html
 No newline at end of file