Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update README #50

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This tool interact with some entities:
- `GitLab` for create, setup the repos.
- `1Password` for create groups and templates.
- `Postmark` for interact with the servers linked.
- `Hosts`for interact with ours hosts
- `Hosts` for interact with ours hosts

<br><br><br><br><br><br>

Expand Down Expand Up @@ -55,7 +55,8 @@ onepassword:

Some notes about these settings:

- `GITLAB_TOKEN` is an access token. You can generate in your gitlab settings [here](https://gitlab.com/-/profile/personal_access_tokens). Make sure to select the `api` scope in order to work.
- `GITLAB_TOKEN` is an access token. You can generate in your gitlab settings [here](https://git.beliven.dev/-/user_settings/personal_access_tokens). Make sure to select the `api` and `admin_mode` scope in order to work.
- `GITLAB_MIRROR_TOKEN` is an access token. You can generate in your gitlab settings [here](https://gitlab.com/-/user_settings/personal_access_tokens). Make sure to select the `api` scope in order to work.
- `ONEPASSWORD_ADDRESS` the 1password address of your tenant. Like: `my-tenant.1password.com`

<br><br><br><br><br><br>
Expand Down