From 81483f58936444a90029583c006f28260f36d210 Mon Sep 17 00:00:00 2001 From: Zan <93534939+zansity@users.noreply.github.com> Date: Wed, 19 Jan 2022 15:02:25 -0600 Subject: [PATCH] Updating README to include a more relevant URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd0d31..00e4b5a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: ### Configuration -The following settings must be passed as environment variables as shown in the example. Sensitive information, especially `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`, should be [set as encrypted secrets](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) — otherwise, they'll be public to anyone browsing your repository's source code and CI logs. +The following settings must be passed as environment variables as shown in the example. Sensitive information, especially `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`, should be [set as encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets) — otherwise, they'll be public to anyone browsing your repository's source code and CI logs. | Key | Value | Suggested Type | Required | Default | | ------------- | ------------- | ------------- | ------------- | ------------- |