Add hint on ${{ github.token }} (#686)

This commit is contained in:
Oliver Kopp 2021-05-17 03:02:40 +02:00 committed by GitHub
parent 3db50376aa
commit ee05fb1e1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`