Skip to content

Commit

Permalink
fix: workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Jun 13, 2024
1 parent 6115d61 commit e871192
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
# Automatically approve GitHub pull requests.
# see: https://github.com/hmarr/auto-approve-action
- uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GH_PR_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}
# github-token: ${{ secrets.GH_PR_TOKEN }}

merge_pr_branch:
name: Merge PR branch
Expand Down

0 comments on commit e871192

Please sign in to comment.