22 lines
1.7 KiB
Markdown
22 lines
1.7 KiB
Markdown
---
|
|
title: Generate an access token on the Hub
|
|
weight: 20
|
|
---
|
|
|
|
1. Visit the [TRR379 collaboration hub]({{% ref "/references/services/collaboration-platform/" %}}) and log in with your credentials. If you do not have an account, see instructions on how to [get a Hub account and log in]({{% ref "/start/accounts/get-hub-account/" %}}) and to [configure your permissions]({{% ref "/start/accounts/permissions/" %}}).
|
|
2. Click your avatar in the top-right corner, and navigate to *[Settings > Applications](https://hub.trr379.de/user/settings/applications)*.
|
|
3. Under *Access tokens* click *New access token*, and fill in the form:
|
|
|
|
- Give the token a recognizable name (e.g., "Pool token")
|
|
- Choose `All` for *Repository and organization access*
|
|
- Under *Select permissions*, enable: `organization: Read`, `repository: Read and write`, and `user: Read`.
|
|
|
|
4. Click *Generate token*.
|
|
|
|

|
|
|
|
5. The token appears as a long string. **Copy the generated value immediately, and store it safely.** It disappears after refreshing.
|
|
|
|
{{% notice style="accent" title="Important" icon="bolt" %}}
|
|
Treat your token like a password; do **not** share it publicly. Once generated, the same token can be reused for all future sessions.
|
|
{{% /notice %}}
|