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