Commit fbb0a59
authored
fix(workflows): use GITHUB_TOKEN as fallback in scheduled triage (#102)
The scheduled issue triage workflow is designed to use a generated
GitHub App token. If the "Generate GitHub App Token" step is skipped,
the workflow would fail because the GITHUB_TOKEN environment variable
would
be empty.1 parent b4e01eb commit fbb0a59
File tree
2 files changed
+2
-2
lines changed- .github/workflows
- examples/workflows/issue-triage
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments