Skip to content

Commit 26057ce

Browse files
authored
I guess this should work
1 parent cc4241d commit 26057ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/how_to_guides/convert_repo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ A. Prep the `jupyter_releaser` fork:
2020
- [ ] Add a [GitHub Access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with access to target GitHub repo to run GitHub Actions, saved as
2121
`ADMIN_GITHUB_TOKEN` in the [repository secrets](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository).
2222
- [ ] Add access token for the [PyPI registry](https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/#saving-credentials-on-github) stored as `PYPI_TOKEN`.
23-
_Note_ For security reasons, it is recommended that you scope the access
24-
to a single repository, and use a variable called `PYPI_TOKEN_MAP` that is formatted as follows:
23+
_Note_ For security reasons, it is recommended that you scope the access
24+
to a single repository, and use a variable called `PYPI_TOKEN_MAP` that is formatted as follows:
2525

2626
```text
2727
owner1/repo1,token1

0 commit comments

Comments
 (0)