From 84aadf76944a202f9dad34d835383f1cf9a3e80c Mon Sep 17 00:00:00 2001 From: Alex Leventer Date: Sun, 24 Nov 2019 19:51:01 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d68cfb97..f0d91c79 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ jobs: runs-on: ubuntu-latest steps: - name: GitHub Issue Due Dates Action - uses: alexleventer/github-issue-due-dates-action@master - env: + uses: alexleventer/github-issue-due-dates-action@1.0.6 + with: GH_TOKEN: "${{ secrets.GH_TOKEN }}" ``` 3. Generate a [personal access GitHub token](https://github.com/settings/tokens).