From 10a9d12869ed6388ddb5e0377d36392cf1712ee5 Mon Sep 17 00:00:00 2001 From: Benjamin Lannon Date: Wed, 12 Dec 2018 20:06:00 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index aca3ffd..ce14bb7 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,14 @@ Then, set up a workflow that executes this action. When run, it will update the The result of using the labels.json file shown above is as follows: ![Labels result](screenshots/labels.png) + +## Usage + +This action only needs the GITHUB_TOKEN secret as it interacts with the GitHub API to modify labels. The action can be used as such: + +```hcl +action "Update Label" { + uses = "lannonbr/issue-label-manager-action@master" + secrets = ["GITHUB_TOKEN"] +} +```