File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,22 @@ Check [Scopes for OAuth Apps](https://docs.github.com/en/developers/apps/scopes-
2626
2727# ## Project setup
2828
29- 1. Edit your repo `.github/workflows/foo.yml`.
29+ 1. Edit your repo `.github/workflows/foo.yml` like in the example .
30301. Go to your repo **Settings > Secrets**. Add the token generated above as `TOKEN`.
3131
3232# ## Options
3333
34- - `token` : ` ${{ secrets.TOKEN }}`
35- - `gist_id` : The id portion from your gist url, e.g. `https://gist.github.com/exuanbo/`**`e885afa349a0e5d1cfb408e46d6a37bc`**.
36- - `gist_file_name` : Name of the file to be added in your gist. If not provided, the original file name from `file_path` will be used.
37- - `file_path` : E.g. `./dist/foo.bar`.
34+ # ### `gist_id`
35+
36+ The id portion from your gist url, e.g. `https://gist.github.com/exuanbo/`**`e885afa349a0e5d1cfb408e46d6a37bc`**.
37+
38+ # ### `gist_file_name`
39+
40+ Name of the file to be added in your gist. If not provided, the original file name from `file_path` will be used.
41+
42+ # ### `file_path`
43+
44+ Relative to your repo's root directory, e.g. `./dist/foo.bar`.
3845
3946# # License
4047
You can’t perform that action at this time.
0 commit comments