Skip to content

Commit

Permalink
fix(*): auto-merge workflow μˆ˜μ • (#5)
Browse files Browse the repository at this point in the history
Auto-merging PR
  • Loading branch information
Doeunnkimm authored Jun 20, 2024
1 parent 765b6b2 commit c2899b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
body: 'κ³ μƒν–ˆλ‹€. πŸ‘πŸ½'
});
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_ACCOUNT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: Merge Pull Request on Review
if: |
Expand All @@ -68,7 +68,7 @@ jobs:
base: targetBranch
});
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_ACCOUNT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: Merge Pull Request on Label
if: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
});
}
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_ACCOUNT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

- name: Merge Pull Request on Unlabel
if: |
Expand Down Expand Up @@ -137,4 +137,4 @@ jobs:
});
}
env:
GITHUB_TOKEN: ${{ secrets.PUBLIC_ACCOUNT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit c2899b3

Please sign in to comment.