We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26865c commit c98effdCopy full SHA for c98effd
README.md
@@ -23,6 +23,11 @@ documentation.
23
24
## Examples
25
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
31
### Comment on an issue
32
33
```yaml
dist/index.js
@@ -11312,4 +11312,4 @@ function onceStrict (fn) {
11312
/******/ }();
11313
/******/
11314
/******/ }
11315
-);
+);
0 commit comments