Skip to content

Commit adb1ca4

Browse files
authored
Merge pull request #3398 from travis-ci/TCI-QEST1/revoke_APITokens
Update web-ui.md
2 parents edad737 + 718882f commit adb1ca4

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

user/web-ui.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Simple 'trigger build' control. Allow or prevent users with appropriate access t
2929

3030
In the case of a fork-to-base pull request:
3131

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.
3434

3535
Read more: [Pull Requests and security restrictions](/user/pull-requests/#pull-requests-and-security-restrictions)
3636

@@ -39,10 +39,19 @@ Read more: [Pull Requests and security restrictions](/user/pull-requests/#pull-r
3939
In the case of a fork-to-base pull request:
4040

4141
* 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.
4343

4444
Read more: [Pull Requests and security restrictions](/user/pull-requests/#pull-requests-and-security-restrictions)
4545

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.
54+
4655
## Enable access to old build jobs
4756

4857
{{ site.data.snippets.enabling_access_jobs_logs }}

0 commit comments

Comments
 (0)