Skip to content

Commit 3ae7c5c

Browse files
committed
Fix token name
1 parent 2cf4eeb commit 3ae7c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prune_stale_issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/[email protected]
1111
with:
12-
repo-token: ${{ secrets.vsphere_github_actions }}
12+
repo-token: ${{ secrets.k8s_github_actions }}
1313
stale-issue-message: 'This issue has been open 180 days with no activity. If this issue is reproducible with the latest version of the provider and with Terraform 0.12, please comment. Otherwise this issue will be closed in 30 days.'
1414
days-before-stale: 180
15-
days-before-close: 30
15+
days-before-close: 30

0 commit comments

Comments
 (0)