Skip to content

Commit

Permalink
Try fix auto-approve action
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 9, 2025
1 parent dc17bc7 commit fed0b5c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit fed0b5c

Please sign in to comment.