From 07b8795e0d2d914e0732d1a9aca55cac798309a5 Mon Sep 17 00:00:00 2001 From: Abishek PY <43115551+vj-abishek@users.noreply.github.com> Date: Thu, 23 Sep 2021 20:52:34 +0530 Subject: [PATCH] feat: add helper link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b8ea2..94f3941 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ jobs: - Replace the `organization` name to put in name of your org, replace the `label` with name of the label with which you want this action to be triggered. - Replace `comment` with the message you want the github-actions bot to send after an invite is sent. -- **NOTE:** create a [personal access token](https://github.com/settings/tokens) called _`INVITE_TOKEN`_ _(or give it another name, but don't forget to change it in the workflow)_ with the scope of _`admin:org`_ and set the expiration date as _`No expiration`_ _(If you don't want to regenerate token again)_ +- **NOTE:** create a [personal access token](https://github.com/settings/tokens/new) called _`INVITE_TOKEN`_ _(or give it another name, but don't forget to change it in the workflow)_ with the scope of _`admin:org`_ and set the expiration date as _`No expiration`_ _(If you don't want to regenerate token again)_ ![Give admin:org access to the token](https://user-images.githubusercontent.com/43115551/109795252-b450ac80-7c3c-11eb-8de7-5dc5d600f82e.png)