Skip to content

Commit 08a869c

Browse files
authored
GitHub Actions Importer: Remove outdated content (#35301)
1 parent c852510 commit 08a869c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

content/actions/migrating-to-github-actions/automated-migrations/automating-migration-with-github-actions-importer.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ You can use {% data variables.product.prodname_actions_importer %} to migrate fr
4343

4444
{% data variables.product.prodname_actions_importer %} has the following requirements:
4545

46-
{%- ifversion ghes < 3.5 or ghae %}
47-
- Use a {% data variables.product.pat_generic %} with the `read:packages` scope enabled.
48-
{%- else %}
49-
- You must have credentials to authenticate to the {% data variables.product.prodname_registry %} {% data variables.product.prodname_container_registry %}. For more information, see "[AUTOTITLE](/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-to-the-container-registry)."
50-
{% endif %}
5146
- An environment where you can run Linux-based containers, and can install the necessary tools.
5247
- Docker is [installed](https://docs.docker.com/get-docker/) and running.
5348
- [{% data variables.product.prodname_dotcom %} CLI](https://cli.github.com) is installed.
@@ -90,12 +85,6 @@ To ensure you're running the latest version of {% data variables.product.prodnam
9085
$ gh actions-importer update
9186
```
9287

93-
You must be authenticated with the {% data variables.product.prodname_container_registry %} for this command to be successful. Alternatively, you can provide credentials using the `--username` and `--password-stdin` parameters:
94-
95-
```bash
96-
$ echo $GITHUB_TOKEN | gh actions-importer update --username $GITHUB_HANDLE --password-stdin
97-
```
98-
9988
### Authenticating at the command line
10089

10190
You must configure credentials that allow {% data variables.product.prodname_actions_importer %} to communicate with {% data variables.product.prodname_dotcom %} and your current CI server. You can configure these credentials using environment variables or a `.env.local` file. The environment variables can be configured in an interactive prompt, by running the following command:

0 commit comments

Comments
 (0)