From fed0b5ca36a278976963e9a27d15952636a874ce Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Thu, 9 Jan 2025 15:56:49 +0100 Subject: [PATCH] Try fix auto-approve action --- .github/workflows/auto-approve.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 }}