From 44767181eca8949922d0db82bea689a44ad12e4f Mon Sep 17 00:00:00 2001 From: Shawn Napora <17864647+shawnnapora@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:53:57 -0400 Subject: [PATCH] Add clarity on GITHUB_TOKEN purpose (#19) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b675f1b8..88a6780a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ label3: - example3/* - example3/**/*.yml ``` -Then create a workflow: +Then create a workflow utilizing the labeler action, granting access to the GITHUB_TOKEN so the action can make calls to GitHub's rest API: ``` name: "Pull Request Labeler" on: