From 8b1f15391cdb58c0c6a4ee4a83f5819cf3e747df Mon Sep 17 00:00:00 2001 From: Alex Page Date: Fri, 30 Apr 2021 09:24:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac5668c..b4122f3 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ You will need a personal access token to send events from your issues and pull r 1. [Private repository or private project](https://github.com/settings/tokens/new?scopes=repo&description=GHPROJECT_TOKEN) 1. [Organisation project board or organisation repository](https://github.com/settings/tokens/new?scopes=repo,write:org&description=GHPROJECT_TOKEN) -1. [Add a secret](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) `GHPROJECT_TOKEN` with the personal access token. +1. [Add a secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository) `GHPROJECT_TOKEN` with the personal access token. 1. Update the `repo-token` in the workflow `.yml` to reference your new token name: ```yaml repo-token: ${{ secrets.GHPROJECT_TOKEN }}