Skip to content

Commit

Permalink
Merge pull request #18 from Think-Cube/patch-1
Browse files Browse the repository at this point in the history
Update auto-merge-github-actions.yml
  • Loading branch information
spy86 authored Jun 17, 2024
2 parents bd30972 + 4f27e85 commit 09a448d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/auto-merge-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- opened
- synchronize
permissions:
contents: write
contents: write
jobs:
auto-merge:
runs-on: ubuntu-latest
Expand All @@ -18,6 +18,8 @@ jobs:
with:
github-token: ${{ secrets.GH_TOKEN }}
- name: Merge pull request
uses: pascalgn/[email protected]
uses: "pascalgn/[email protected]"
permissions:
contents: write
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: "${{ secrets.GH_TOKEN }}"

0 comments on commit 09a448d

Please sign in to comment.