Skip to content

Commit 5b19836

Browse files
committed
feat(odoo_repos): update README to use github_pat variable for private repo cloning
- Replaced `vault_github_personal_access_token` with `github_pat` in documentation - Updated example YAML configuration to reflect new variable name - Maintains clarity and accuracy of instructions for cloning private repositories via HTTP - Aligns with ongoing standardization of variable naming conventions across roles
1 parent b3ef34c commit 5b19836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/odoo_repos/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ And include it in your playbook.
4848
4949
### Clone with http url
5050
51-
To clone private repos with an http url set the `vault_github_personal_access_token` var and define `github_username`. Use the following format to clone repos with http:
51+
To clone private repos with an http url set the `github_pat` var and define `github_username`. Use the following format to clone repos with http:
5252

5353
```yml
5454
odoo_repos:
5555
- path: enterprise
56-
url: https://{{ github_username }}:{{ github_personal_access_token }}@github.com/odoo/enterprise.git
56+
url: https://{{ github_username }}:{{ github_pat }}@github.com/odoo/enterprise.git
5757
version: 13db977fca67da8278fbdc5753f425583b304c67
5858
```
5959

0 commit comments

Comments
 (0)