From 0875e0e52eddf702df25d9371f5f4863f39fdaf2 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 5 Feb 2025 02:56:22 +0200 Subject: [PATCH] fix(stale): switch GITHUB_TOKEN to github.token --- stale/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stale/action.yml b/stale/action.yml index 0e26865..6b36443 100644 --- a/stale/action.yml +++ b/stale/action.yml @@ -13,7 +13,7 @@ runs: - name: 🚀 Run stale uses: actions/stale@v9.1.0 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ github.token }} days-before-stale: 30 days-before-close: 7 remove-stale-when-updated: true