Add hint on ${{ github.token }} (#686)
This commit is contained in:
parent
3db50376aa
commit
ee05fb1e1f
1 changed files with 2 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue