diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 339dd223..0916084f 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -9,16 +9,13 @@ on: # Schedule for five minutes after the hour, every hour - cron: '5 * * * *' -permissions: - issues: write - jobs: noResponse: runs-on: ubuntu-latest steps: - uses: MBilalShafi/no-response-add-label@v0.0.6 with: - token: ${{ github.token }} + token: ${{ secrets.BOT_GITHUB_TOKEN }} daysUntilClose: 14 responseRequiredLabel: more-information-needed closeComment: >