From 152e28427bc99d25ec3913259b829de84bc7cd67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Thu, 16 Mar 2023 20:06:29 +0100 Subject: [PATCH] Remove unnecessary repo token. --- .github/workflows/close_stale_issues.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml index 60ff851..db34704 100644 --- a/.github/workflows/close_stale_issues.yml +++ b/.github/workflows/close_stale_issues.yml @@ -9,7 +9,6 @@ jobs: steps: - uses: actions/stale@v7 with: - repo-token: ${{ secrets.HA_PAT }} stale-issue-message: 'This issue is stale because it has been open for 2 month with no activity. Remove stale label or comment or this will be closed in 1 month.' close-issue-message: 'This issue was closed because it has been stalled for 1 month with no activity.' days-before-stale: 60