Commit 912311a
committed
fix(github-actions): properly set the authentication token for feature request action (#306)
The octokit constructor was initially created with an older version of Octokit which supported
providing the token as a property `token`, the property is now expected to be `auth` to properly
use the token for authentication.
PR Close #3061 parent 09a1060 commit 912311a
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11762 | 11762 | | |
11763 | 11763 | | |
11764 | 11764 | | |
11765 | | - | |
| 11765 | + | |
11766 | 11766 | | |
11767 | 11767 | | |
11768 | 11768 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments