Skip to content

Commit

Permalink
Add hint on ${{ github.token }} (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored May 17, 2021
1 parent 3db5037 commit ee05fb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit ee05fb1

Please sign in to comment.