You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ If the file does not exist the action exits silently.
16
16
- name: Create Issue From File
17
17
uses: peter-evans/create-issue-from-file@v2
18
18
with:
19
-
token: ${{ secrets.GITHUB_TOKEN }}
20
19
title: An example issue
21
20
content-filepath: ./example-content/output.md
22
21
labels: report, automated issue
@@ -26,6 +25,7 @@ If the file does not exist the action exits silently.
26
25
27
26
#### Inputs
28
27
28
+
- `token` - `GITHUB_TOKEN` or a `repo` scoped [PAT](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). Defaults to `GITHUB_TOKEN`.
29
29
- `title`(**required**) - The title of the issue
30
30
- `content-filepath`(**required**) - The file path to the issue content
0 commit comments