Skip to content

Commit

Permalink
docs(ci-configuration): further fixed the format of links to recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Mar 1, 2023
1 parent 724dc82 commit 5acdaab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/ci-configuration.md
Expand Up @@ -14,7 +14,7 @@ Here are a few examples of the CI services that can be used to achieve this:
- [Wercker Workflows](http://devcenter.wercker.com/docs/workflows)
- [GoCD Pipelines](https://docs.gocd.org/current/introduction/concepts_in_go.html#pipeline).

See [CI configuration recipes](../recipes/ci-configurations.md#ci-configurations) for more details.
See [CI configuration recipes](../recipes/ci-configurations/README.md#ci-configurations) for more details.

## Authentication

Expand Down Expand Up @@ -45,6 +45,6 @@ See each plugin's documentation for the environment variables required.

The authentication token/credentials have to be made available in the CI service via environment variables.

See [CI configuration recipes](../recipes/ci-configurations.md#ci-configurations) for more details on how to configure environment variables in your CI service.
See [CI configuration recipes](../recipes/ci-configurations/README.md#ci-configurations) for more details on how to configure environment variables in your CI service.

**Note**: The environment variables `GH_TOKEN`, `GITHUB_TOKEN`, `GL_TOKEN` and `GITLAB_TOKEN` can be used for both the Git authentication and the API authentication required by [@semantic-release/github](https://github.com/semantic-release/github) and [@semantic-release/gitlab](https://github.com/semantic-release/gitlab).

0 comments on commit 5acdaab

Please sign in to comment.