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: user/web-ui.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ Simple 'trigger build' control. Allow or prevent users with appropriate access t
29
29
30
30
In the case of a fork-to-base pull request:
31
31
32
-
* If this setting is ON, the encrypted environment variables will be available to the forked repository, which means that builds in the forked repository will have access to the encrypted environment variables from the base repository. This may be a less secure approach yet allows for a collaboration using forks and Pull Requests (PRs).
33
-
* If this setting is OFF and the build relies on any encrypted environment variable, the PR from fork to base repository will fail. This secures your base repository encrypted environmental variables by putting a constraint on accessing them from forks.
32
+
* If this setting is ON, the encrypted environment variables will be available to the forked repository, which means that builds in the forked repository will have access to the encrypted environment variables from the base repository. This may be a less secure approach, yet it allows for collaboration using forks and Pull Requests (PRs).
33
+
* If this setting is OFF and the build relies on any encrypted environment variable, the PR from the fork to the base repository will fail. This secures your base repository encrypted environmental variables by putting a constraint on accessing them from forks.
34
34
35
35
Read more: [Pull Requests and security restrictions](/user/pull-requests/#pull-requests-and-security-restrictions)
* If this setting is ON, the custom SSH keys from the base repository will be available to the forked repository, which means that the build in the forked repository will be able to use the custom SSH keys from the base repository. Consider setting to ON if your collaboration model requires working with Pull Requests (PRs) from forked repositories or there are dependencies defined, which rely on SSH key from base repository.
42
-
* If this setting is OFF and the build is relying on custom SSH keys i.e. for fetching some additional dependencies, it will fail with a no access error.
42
+
* If this setting is OFF and the build is relying on custom SSH keys i.e., for fetching some additional dependencies, it will fail with a no access error.
43
43
44
44
Read more: [Pull Requests and security restrictions](/user/pull-requests/#pull-requests-and-security-restrictions)
45
45
46
+
## API Authentication
47
+
48
+
-**Token**: The field displays the encoded token.
49
+
-**Copy Token**: Click this button to copy the generated token.
50
+
-**View Token**: Click this button to reveal the encoded token.
51
+
-**Regenerate**: Click this button to regenerate the token.
52
+
53
+
For more information on using our API, head to the [Travis developer](developer.travis-ci.com) site.
0 commit comments