docs(nx-cloud): update github vcs docs with fine-grained pat permissions (#31442)
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> <!-- If this is a particularly complex change or feature addition, you can request a dedicated Nx release for this pull request branch. Mention someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they will confirm if the PR warrants its own release for testing purposes, and generate it for you if appropriate. --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
4f57f01d01
commit
49b346b912
BIN
docs/nx-cloud/set-up/fine-grained-gh-pat-permissions.avif
Normal file
BIN
docs/nx-cloud/set-up/fine-grained-gh-pat-permissions.avif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@ -29,9 +29,18 @@ Check the "_CI Platform Considerations_" section below and if there are no addit
|
|||||||
|
|
||||||
#### Using a Personal Access Token
|
#### Using a Personal Access Token
|
||||||
|
|
||||||
|
Github supports two [Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#about-personal-access-tokens) types: Classic and Fine-grained.
|
||||||
|
|
||||||
To use a Personal Access Token for authentication, one must be generated with proper permissions. The minimum required permissions are shown in the screenshot below.
|
To use a Personal Access Token for authentication, one must be generated with proper permissions. The minimum required permissions are shown in the screenshot below.
|
||||||
|
|
||||||
|
{% tabs %}
|
||||||
|
{% tab label="Classic" %}
|
||||||

|

|
||||||
|
{% /tab %}
|
||||||
|
{% tab label="Fine-grained" %}
|
||||||
|

|
||||||
|
{% /tab %}
|
||||||
|
{% /tabs %}
|
||||||
|
|
||||||
Once this token is created, select the radio button for providing a personal access token, paste the value, and then click "Connect". This will verify that Nx Cloud can connect to your repo. Upon a successful test, your configuration is saved. Check the "_CI Platform Considerations_" section below, and if there are no additional instructions for your platform of choice, setup is complete.
|
Once this token is created, select the radio button for providing a personal access token, paste the value, and then click "Connect". This will verify that Nx Cloud can connect to your repo. Upon a successful test, your configuration is saved. Check the "_CI Platform Considerations_" section below, and if there are no additional instructions for your platform of choice, setup is complete.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user