Skip to content

fix: Removed self_token and used GITLAB token (#1313)#1363

Open
KamalArya wants to merge 1 commit into
mainfrom
feature/self-token-removal
Open

fix: Removed self_token and used GITLAB token (#1313)#1363
KamalArya wants to merge 1 commit into
mainfrom
feature/self-token-removal

Conversation

@KamalArya
Copy link
Copy Markdown
Collaborator

@KamalArya KamalArya commented May 18, 2026

Pull Request

Summary

self_token should not be used, only [GITLAB_TOKEN] should be used for authenticating to repositories.

Issue

Fixes #879`

Breaking Change?

  • Yes
  • No

If yes, describe the breaking change and its impact (e.g., API changes, behavior changes, or required updates for users).

Scope / Project

Specify the component, module, or project area affected by this change (e.g., docs, actions, workflows).

Implementation Notes

replaced the usage of self_token with GITLAB_TOKEN. Updated the schema where ever applicable.

Tests / Evidence

Describe how the changes were verified, including:

Ran instance pipeline with get_passport job and git_commit job enabled

Additional Notes

Include any extra information, such as:

  • There are some changes done in internal project as well

@KamalArya KamalArya force-pushed the feature/self-token-removal branch 2 times, most recently from 5b30f38 to bb06843 Compare May 19, 2026 09:26
@KamalArya KamalArya marked this pull request as ready for review May 19, 2026 09:29
@KamalArya KamalArya force-pushed the feature/self-token-removal branch from bb06843 to 332da77 Compare May 19, 2026 09:42
@KamalArya KamalArya force-pushed the feature/self-token-removal branch from 332da77 to 8da3789 Compare May 26, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat]: Removing self_token

2 participants