Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c98effd

Browse files
committed
Add README content about github-token
1 parent e26865c commit c98effd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ documentation.
2323

2424
## Examples
2525

26+
Note that `github-token` is optional in this action, and the input is there
27+
in case you need to use a non-default token.
28+
29+
By default, github-script will use the token provided to your workflow.
30+
2631
### Comment on an issue
2732

2833
```yaml

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11312,4 +11312,4 @@ function onceStrict (fn) {
1131211312
/******/ }();
1131311313
/******/
1131411314
/******/ }
11315-
);
11315+
);

0 commit comments

Comments
 (0)