Skip to content

Commit

Permalink
docs: update with input from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
umglurf authored Jan 24, 2025
1 parent bca5c68 commit ae39755
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,10 @@ All the arguments are optional and most users should not need them:
- `requirements_file`: Path to the requirements.yml file to install role and
collection dependencies.

In order to install roles and collections from private repositories, you can
create an
[access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#about-personal-access-tokens),
then add it as a
[deploy secret](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)
and add the following step before the ansible-lint step.
To install roles and collections from private repositories, you can:
1. Create an [access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#about-personal-access-tokens)
1. Add the token as an [deploy secret](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository)
1. Add the following step before the ansible-lint step.
<!-- {% raw %} -->
```yaml
- name: Prepare Git for Github
Expand Down

0 comments on commit ae39755

Please sign in to comment.