From a35fa831ca19f27f30ff09ecb271eed40ed929e4 Mon Sep 17 00:00:00 2001 From: Sam Robbins Date: Sun, 22 Jan 2023 20:15:04 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58cbcaf..7c9ce23 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The `GITHUB_TOKEN` **must** be provided. Without this, it is not possible to cre ```yaml - uses: butlerlogic/action-autotag@stable - with: + env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" ```