Skip to content

Commit b8bfc08

Browse files
authored
Update stale.yml
1 parent 71df6c9 commit b8bfc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
const { Octokit } = require("@octokit/rest");
1717
const daysBeforeClosing = 180;
1818
const staleLabel = 'stale';
19-
const token = process.env.GITHUB_TOKEN;
19+
const token = '${{ secrets.GITHUB_TOKEN }}';
2020
const octokit = new Octokit({ auth: token });
2121
2222
async function closeAndMarkStaleIssues() {

0 commit comments

Comments
 (0)