Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Doeunnkimm committed Jun 20, 2024
1 parent c2899b3 commit a385f4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
pull_number: context.payload.pull_request.number,
event: 'APPROVE',
body: '๊ณ ์ƒํ–ˆ๋‹ค. ๐Ÿ‘๐Ÿฝ'
token: ${{ secrets.ACCESS_TOKEN }}
});
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Merge Pull Request on Review
if: |
Expand Down

0 comments on commit a385f4f

Please sign in to comment.