summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchristian2021-06-14 20:25:09 +0200
committerchristian2021-06-14 20:25:09 +0200
commitaf9154e4ec5d27c35ef4523c133121dacde90f2e (patch)
tree1e90f78c487cabdd4e4848aab938b6b1820be872
parent2b2b56f34bb826850d402586da4667337e363387 (diff)
downloadaur-af9154e4ec5d27c35ef4523c133121dacde90f2e.tar.gz
switch to renovate token
-rw-r--r--.gitlab-ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dbd5a7ef1d72..6a4a43f90a43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,11 +8,10 @@ stages:
before_script:
- sudo pacman -Sy --noconfirm pacman-contrib
- # Clone the repository via HTTPS inside a new directory
- - git clone "https://${GITLAB_USERNAME}:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" "${CI_COMMIT_SHA}"
- # Set the displayed user with the commits that are about to be made
- git config --global user.email "${GIT_USER_EMAIL:-$GITLAB_USER_EMAIL}"
- git config --global user.name "${GIT_USER_NAME:-$GITLAB_USER_NAME}"
+ - git remote add api-origin https://oauth2:${RENOVATE_TOKEN}@gitlab.com/${CI_PROJECT_PATH}
+
test:
script: