From 19cb14e026bfe08ddad9a1fb93b9fedda876e77a Mon Sep 17 00:00:00 2001 From: Shaun Kirk Wong Date: Thu, 24 Mar 2022 21:06:12 +0000 Subject: [PATCH] github/memex#8948: Minor adjustments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de888d0..198162d 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,10 @@ jobs: - create a new [personal access token](https://github.com/settings/tokens/new) with `repo`, `write:org` and `read:org` scopes - _see [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)_ + _see [Creating a personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) for more information_ - add the newly created PAT as a repository secret, this secret will be referenced by the [github-token input](#github-token) - _see [Encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository)_ + _see [Encrypted secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets#creating-encrypted-secrets-for-a-repository) for more information_ ## Development