From c361e3868dabbaea7d789a1c9e357d6ec0b75bab Mon Sep 17 00:00:00 2001 From: "Sakamoto, Kazunori" Date: Mon, 23 Mar 2020 23:43:24 +0900 Subject: [PATCH] docs: fix a missing link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f0d59..113a468 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ GitHub Action for [Semantic Release](https://github.com/semantic-release/semanti ## Usage ### Step1: Set any [Semantic Release Configuration](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration) in your repository. -### Step2: [Add Secrets](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) in your repository for the [Semantic Release Authentication](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/ci-configuration.md#authentication) Environment Variables. +### Step2: [Add Secrets](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) in your repository for the [Semantic Release Authentication](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/ci-configuration.md#authentication) Environment Variables. ### Step3: Add a [Workflow File](https://help.github.com/en/articles/workflow-syntax-for-github-actions) to your repository to create custom automated processes.