Skip to content

Commit de9a5ac

Browse files
karhamathst-nordic
authored andcommitted
ci: use different token in stale action
Problem with using default token is that docremove action is not triggered when PR gets closed. Changing token should fix this problem. Signed-off-by: Kari Hamalainen <[email protected]>
1 parent 3af27e9 commit de9a5ac

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
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
1111
with:
12-
repo-token: ${{ secrets.GITHUB_TOKEN }}
12+
repo-token: ${{ secrets.NCS_GITHUB_TOKEN }}
1313
stale-pr-message: 'This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.'
1414
stale-issue-message: 'This issue has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 7 days. Note, that you can always re-open a closed issue at any time.'
1515
days-before-stale: 30

0 commit comments

Comments
 (0)