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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ A demo repository with a book store API example.
8
8
## CI setup
9
9
The repo is setup with Gitlab CI and Github Action configuration files:
10
10
- fork the repository
11
-
- grab an Optic organization token from https://app.useoptic.com`tokens` tab, and set it as `OPTIC_TOKEN` in your CI env
12
-
- add a `GITHUB_TOKEN` or `OPTIC_GITLAB_TOKEN` with comment permission to your CI env (more about this [in the docs](http://localhost:3000/docs/setup-ci#configure-commenting-on-pull-requests-optional))
11
+
- grab an Optic organization token from the `tokens` tab in the [Optic webapp](https://app.useoptic.com/) and set it as `OPTIC_TOKEN` in your CI env
12
+
- add a `GITHUB_TOKEN` or `OPTIC_GITLAB_TOKEN` with comment permission to your CI env (more about this [in the docs](https://useoptic.com/docs/setup-ci#configure-commenting-on-pull-requests-optional))
13
13
- create a pull request containing breaking changes in `openapi.yml` to see Optic in action.
14
14
15
15
## Advanced
16
-
- Configure custom governance rules in `optic.yml`: read [the docs](http://localhost:3000/docs/lint-openapi)
16
+
- Configure custom governance rules in `optic.yml`: read [the docs](https://useoptic.com/docs/lint-openapi)
0 commit comments