Loading templates/wiki.yml +6 −1 Original line number Diff line number Diff line spec: inputs: wiki_token: type: string --- build wiki: image: alpine stage: build Loading @@ -10,7 +15,7 @@ build wiki: - git config user.email "ci@sc07.com" - git config user.name "wiki ci" - git remote remove gitlab-wiki || true - git remote add gitlab-wiki "https://ci:$CI_TOKEN@sc07.dev/$CI_PROJECT_PATH.wiki.git" - git remote add gitlab-wiki "https://ci:$[[ inputs.wiki_token ]]@sc07.dev/$CI_PROJECT_PATH.wiki.git" - git status - git checkout main - git pull Loading Loading
templates/wiki.yml +6 −1 Original line number Diff line number Diff line spec: inputs: wiki_token: type: string --- build wiki: image: alpine stage: build Loading @@ -10,7 +15,7 @@ build wiki: - git config user.email "ci@sc07.com" - git config user.name "wiki ci" - git remote remove gitlab-wiki || true - git remote add gitlab-wiki "https://ci:$CI_TOKEN@sc07.dev/$CI_PROJECT_PATH.wiki.git" - git remote add gitlab-wiki "https://ci:$[[ inputs.wiki_token ]]@sc07.dev/$CI_PROJECT_PATH.wiki.git" - git status - git checkout main - git pull Loading