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-
26
26
27
27
# ## Project setup
28
28
29
- 1. Edit your repo `.github/workflows/foo.yml`.
29
+ 1. Edit your repo `.github/workflows/foo.yml` like in the example .
30
30
1. Go to your repo **Settings > Secrets**. Add the token generated above as `TOKEN`.
31
31
32
32
# ## Options
33
33
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`.
38
45
39
46
# # License
40
47
You can’t perform that action at this time.
0 commit comments