From 5b74722c11b0ee9a894bdc1a3ea874451107161a Mon Sep 17 00:00:00 2001 From: Alex Leventer Date: Sun, 10 May 2020 17:33:48 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98d8a651..57c79510 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: GitHub Issue Due Dates Action - uses: alexleventer/github-issue-due-dates-action@1.0.6 + uses: alexleventer/github-issue-due-dates-action@1.0.10 with: GH_TOKEN: "${{ secrets.GH_TOKEN }}" ```