From 09267f1bac1b9b7010fd7d15e785e58c39640a0b Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Wed, 11 Dec 2019 00:33:52 -0300 Subject: [PATCH] Fix the 'Secrets are set in your repository settings' link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00cc5a..b8e6246 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This Action commits the contents of your Git tag to the WordPress.org plugin rep * `SVN_USERNAME` * `SVN_PASSWORD` -[Secrets are set in your repository settings](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables). They cannot be viewed once stored. +[Secrets are set in your repository settings](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets). They cannot be viewed once stored. ### Optional environment variables * `SLUG` - defaults to the repository name, customizable in case your WordPress repository has a different slug or is capitalized differently.