diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 3e99361..d2dd672 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -19,4 +19,4 @@ jobs: steps: - uses: hmarr/auto-approve-action@v2.1.0 with: - github-token: ${{ secrets.AUTOMATION_TOKEN }} + github-token: ${{ secrets.GITHUB_TOKEN }}