mirror of
https://github.com/actions/github-script.git
synced 2026-02-07 19:47:26 +00:00
Add README content about github-token
This commit is contained in:
parent
e26865c60b
commit
c98effd497
2 changed files with 6 additions and 1 deletions
|
|
@ -23,6 +23,11 @@ documentation.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
Note that `github-token` is optional in this action, and the input is there
|
||||||
|
in case you need to use a non-default token.
|
||||||
|
|
||||||
|
By default, github-script will use the token provided to your workflow.
|
||||||
|
|
||||||
### Comment on an issue
|
### Comment on an issue
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
|
||||||
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -11312,4 +11312,4 @@ function onceStrict (fn) {
|
||||||
/******/ }();
|
/******/ }();
|
||||||
/******/
|
/******/
|
||||||
/******/ }
|
/******/ }
|
||||||
);
|
);
|
||||||
Loading…
Reference in a new issue