Skip to content

Update README.md #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Before proceeding, ensure you have the following:
2. **Middleware Credentials**:

- Obtain the Middleware Credentials (`MHQ_CLIENT_ID` and `MHQ_CLIENT_SECRET`) from your Middleware Systems administrator.
- Add these to `client.txt`.
- Add these to `.env`.

3. **Generate Personal Access Token (PAT)**:

Expand All @@ -33,7 +33,7 @@ Before proceeding, ensure you have the following:
- `https://yourgitlabinstance.com/-/user_settings/personal_access_tokens`.
- Generate a PAT with the `read_api` and `read_user` scopes to authenticate with the GitLab API.
- Use this token (`GITLAB_ACCESS_TOKEN`) for authentication and update it when necessary for security reasons.
- Add both `GITLAB_DOMAIN_URL` and `GITLAB_ACCESS_TOKEN` to `client.txt`.
- Add both `GITLAB_DOMAIN_URL` and `GITLAB_ACCESS_TOKEN` to `.env`.

4. **Define Repository URLs**:

Expand Down Expand Up @@ -68,11 +68,11 @@ Before proceeding, ensure you have the following:
2. **Middleware Credentials**:

- Obtain the Middleware Credentials (`MHQ_CLIENT_ID` and `MHQ_CLIENT_SECRET`) from your Middleware Systems administrator.
- Add these to `client.txt`.
- Add these to `.env`.

3. **Add Bitbucket Workspace Details**:

- Add the following to `client.txt`:
- Add the following to `.env`:
- `BITBUCKET_ACCESS_TOKEN`: The access token for your Bitbucket workspace.
- `BITBUCKET_WORKSPACE_NAME`: The name or slug of your Bitbucket workspace.

Expand Down