1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Merge pull request #51725 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-07-19 11:34:36 -07:00
committed by GitHub
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -125,7 +125,7 @@ The audit command performs the following steps.
To perform an audit run the following command in your terminal, replacing `:workspace` with the name of the Bitbucket workspace to audit.
```bash
gh actions-importer audit bitbucket --workspace :workspace--output-dir tmp/audit
gh actions-importer audit bitbucket --workspace :workspace --output-dir tmp/audit
```
Optionally, a `--project-key` option can be provided to the audit command to limit the results to only pipelines associated with a project.

View File

@@ -147,7 +147,7 @@ If you selected an organization as the resource owner and the organization requi
1. Click **Generate token**.
1. Optionally, to copy the new token to your clipboard, click {% octicon "copy" aria-label="Copy token" %}.
![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal-access-tokens.png){% ifversion fpt or ghec %}
{% ifversion ghes %}![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal-access-tokens-ghes.png){% else %}![Screenshot of the "{% data variables.product.pat_generic_caps_plural %}" page. Next to a blurred-out token, an icon of two overlapping squares is outlined in orange.](/assets/images/help/settings/personal-access-tokens.png){% endif %}{% ifversion fpt or ghec %}
1. To use your token to access resources owned by an organization that uses SAML single sign-on, authorize the token. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on){% ifversion fpt %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}."{% endif %}{% endif %}
## Deleting a {% data variables.product.pat_generic %}