Skip to content

Commit d402a53

Browse files
committed
docs: update README with instructions for creating a GitLab project access token
1 parent 40bdb53 commit d402a53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ GitLab-Task-Scheduler is a powerful tool designed to automate the creation and s
2424
To interact with the GitLab API, you need a project access token. Follow the instructions here:
2525
[GitLab Documentation: Project Access Token](https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html#create-a-project-access-token)
2626

27+
- **Token Name:** `Task Scheduler`
28+
- **Role:** Guest
29+
- **Expiration Date:** Set an appropriate expiration date for your token.
30+
- **Scope:** `api`
31+
32+
**Copy the token:** After creating the token, copy it for use in the next steps.
33+
2734
### 2. Create CI/CD Variables
2835

2936
Next, configure the necessary CI/CD variables in your GitLab project:

0 commit comments

Comments
 (0)