You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AccessKeys.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Access key / API token
2
2
3
-
[All API requests require authentication][1]. Provide a valid access key of your Gradle Enterprise instance as the `GRADLE_ENTERPRISE_API_TOKEN` environment variable.
3
+
[All API requests require authentication][1]. Provide a valid access key of your Gradle Enterprise instance as the `DEVELOCITY_API_TOKEN` environment variable.
4
4
5
5
## How to get an access key
6
6
7
7
1. Sign in to Gradle Enterprise (with a user that has “Export build data” permission)
8
8
2. Go to "My settings" from the user menu in the top right-hand corner of the page
9
9
3. Go to "Access keys" from the sidebar
10
10
4. Click "Generate" on the right-hand side
11
-
5. Set key as the `GRADLE_ENTERPRISE_API_TOKEN` environment variable when using the library
11
+
5. Set key as the `DEVELOCITY_API_TOKEN` environment variable when using the library
12
12
13
13
## Migrating from macOS keychain support
14
14
@@ -22,9 +22,9 @@ If you used the key from keychain and need a drop-in replacement:
0 commit comments