We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5230a commit 721e132Copy full SHA for 721e132
generate.ipynb
@@ -18,13 +18,18 @@
18
"outputs": [],
19
"source": [
20
"# replace the project_id and gitlab_url with yours\n",
21
- "generate.generate_release_notes(14117, gitlab_url='https://gitlab.in2p3.fr/')"
+ "config = dict(\n",
22
+ " url = 'https://gitlab.in2p3.fr/',\n",
23
+ " private_token = ''\n",
24
+ ")\n",
25
+ "\n",
26
+ "generate.generate_release_notes(14117, **config)"
27
]
28
},
29
{
30
"cell_type": "code",
31
"execution_count": null,
- "id": "c8a8896d-5401-4a64-b007-093cd11c5d2e",
32
+ "id": "5589fc57-dfb4-4b1c-bfdb-cb838ee88937",
33
"metadata": {},
34
35
"source": []
0 commit comments