diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 687606bb..4b7d81f8 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,7 +11,10 @@ jobs: auto-approve: runs-on: ubuntu-latest steps: - - uses: hmarr/auto-approve-action@v4 - if: github.actor == 'RenkuBot' + - name: Info output + run: echo '${{ github.actor }}' + - name: Auto approve ${{ github.actor }} + if: github.actor == 'RenkuBot[bot]' + uses: hmarr/auto-approve-action@v4 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.PAT_EIKEK }}