From 1156390bb3aac2d6deaffa76ac9d8cce4c4e6c73 Mon Sep 17 00:00:00 2001 From: alstr Date: Sat, 29 May 2021 17:30:14 +0100 Subject: [PATCH] Add project support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c8fa5a..6cdfe8e 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ If the milestone does not already exist, it will be dropped from the issue creat ### Specifying Projects -**The action cannot access your projects by default. To enable access, you must [create an encrypted secret in your repo settings](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository), with the value set to a valid Personal Access Token. Then, assign the secret in the workflow file like `PROJECTS_SECRET: ${{ secrets.NAME_OF_MY_SECRET }}`. Do not enter the raw secret.** +**The action cannot access your projects by default. To enable access, you must [create an encrypted secret in your repo settings](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository), with the value set to a valid Personal Access Token. Then, assign the secret in the workflow file like `PROJECTS_SECRET: ${{ secrets.PROJECTS_SECRET }}`. Do not enter the raw secret.** def hello_world(): # TODO Come up with a more imaginative greeting