mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 08:14:06 +01:00
10 lines
364 B
Plaintext
10 lines
364 B
Plaintext
|
# Go to https://gitlab.com/-/profile/personal_access_tokens
|
||
|
export GITLAB_USER=<your-gitlab-username>
|
||
|
export GITLAB_TOKEN=<your-gitlab-token>
|
||
|
|
||
|
# https://app.netlify.com/user/applications#personal-access-tokens
|
||
|
export NETLIFY_TOKEN=<your-netlify-token>
|
||
|
|
||
|
# https://console.hetzner.cloud/projects/162464/security/tokens
|
||
|
export HCLOUD_TOKEN=<your-hetzner-token>
|