fix(stale): switch GITHUB_TOKEN to github.token

This commit is contained in:
2025-02-05 02:56:22 +02:00
parent dd6e67c8d0
commit 0875e0e52e

View File

@@ -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