From ee05fb1e1f588d64e67daaf29779171db4b4055c Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 17 May 2021 03:02:40 +0200 Subject: [PATCH] Add hint on ${{ github.token }} (#686) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0641240a4d4..a902f5d8d60 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,8 @@ It will save that information to `~/.actrc`, please refer to [Configuration](#co -W, --workflows string path to workflow file(s) (default "./.github/workflows/") ``` +In case you want to pass a value for `${{ github.token }}`, you should pass `GITHUB_TOKEN` as secret: `act -s GITHUB_TOKEN=[insert token or leave blank for secure input]`. + # Known Issues ## `MODULE_NOT_FOUND`