Skip to content

Commit 1fc1736

Browse files
committed
Add info on creating token.
1 parent eb59cb0 commit 1fc1736

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

10_manage_python_project.ipynb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,12 @@
135135
"## Preparatory exercise\n",
136136
"\n",
137137
"1. Decide which package you want to use for the following exercises, yours or the [mypackage](https://github.com/empa-scientific-it/mypackage).\n",
138-
"2. If you use the `mypackage` fork it to your own GitHub account by clicking on the `Fork` button in the top right corner.\n",
139-
"3. Clone the fork to your local machine: `git clone <url-to-your-repository>`.\n",
138+
"1. If you use the `mypackage` fork it to your own GitHub account by clicking on the `Fork` button in the top right corner.\n",
139+
"1. Clone the fork to your local machine: `git clone <url-to-your-repository>`.\n",
140140
" The URL can be found by clicking on the `<Code>` dropdown and selecting __HTTPS__ tab.\n",
141+
"1. [Create an access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token#creating-a-personal-access-token-classic) for your account that will be used instead of your password.\n",
142+
" You should enable `workflow`, `write:packages`, `delete:packages`.\n",
143+
" Make sure to store the token in some secure location.\n",
141144
"\n",
142145
"<div class=\"alert alert-block alert-info\">\n",
143146
"In the following, we will always assume that <code>mypackage</code> is the package you are working on (either yours or the one you have forked).\n",

0 commit comments

Comments
 (0)