From 20245b733ab3ce079aa073f3d520b9e63a8e44a4 Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Tue, 8 May 2018 01:35:09 +0200 Subject: [PATCH] docs: add comment about publishing with ssh keys --- docs/recipes/git-auth-ssh-keys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/recipes/git-auth-ssh-keys.md b/docs/recipes/git-auth-ssh-keys.md index cf14ea65..15337a07 100644 --- a/docs/recipes/git-auth-ssh-keys.md +++ b/docs/recipes/git-auth-ssh-keys.md @@ -4,6 +4,8 @@ When using [environment variables](../usage/ci-configuration.md#authentication) Alternatively the Git repository can be accessed via [SSH](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols#_the_ssh_protocol) by creating SSH keys, adding the public one to your Git hosted account and making the private one available on the CI environment. +**Note:** SSH keys allow to push the [Git release tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) associated to the released version. Some plugins might also require an API token. See each plugin documentation for additional information. + ## Generating the SSH keys In your local repository root: