diff --git a/.github/workflows/autoapprove.yml b/.github/workflows/autoapprove.yml index 3e0ffed..ebe28c9 100644 --- a/.github/workflows/autoapprove.yml +++ b/.github/workflows/autoapprove.yml @@ -17,4 +17,4 @@ jobs: if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]' id: approve with: - github-token: ${{secrets.TOKEN}} \ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file