Skip to content
Snippets Groups Projects
Commit 4adbef82 authored by Git Bot Service Account's avatar Git Bot Service Account
Browse files

Integrate gitlab-ci/yt-381-add-gitbot-token-for-custom-projects

--

Commit: seco-ne/yocto/infrastructure/gitlab-ci@a9125378

YT-381: Use gitbot token for custom projects

  Build process uses GITLAB_PRIVATE_TOKEN for multiple upstream repositories,
  including private SECO repos.
  However, the new token rotation mechanism does not support variables
  with multiple tokens, making this approach inconvenient.

  This changes:
   - Use GITBOT_TOKEN for SECO repositories.
   - Keep GITLAB_PRIVATE_TOKEN for other upstream repos.
parent a02ad6f7
Branches dunfell
No related tags found
1 merge request!867Integrate gitlab-ci/yt-381-add-gitbot-token-for-custom-projects
Subproject commit 859b9e07a872f6a741e62d446e041c6bb1c9ee67
Subproject commit a91253784f4a66362d05a9f717454ffe34b8867d
......@@ -4,8 +4,8 @@
# ---------------------------------------------------------------------------------------
include:
- project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
ref: 859b9e07a872f6a741e62d446e041c6bb1c9ee67
ref: a91253784f4a66362d05a9f717454ffe34b8867d
file: 'manifest-integration.yml'
variables:
GITLAB_CI_REVISION: 859b9e07a872f6a741e62d446e041c6bb1c9ee67
GITLAB_CI_REVISION: a91253784f4a66362d05a9f717454ffe34b8867d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment