Skip to content

Commit fac135d

Browse files
authored
ci(auto-merge): sync workflow (mdn#43483)
1 parent 05b5b1f commit fac135d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ name: auto-merge
33
on:
44
pull_request_target:
55

6-
# No GITHUB_TOKEN permissions, as we use AUTOMERGE_TOKEN instead.
7-
permissions: {}
6+
permissions:
7+
contents: read
88

99
jobs:
1010
auto-merge:
11-
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
1211
if: github.repository_owner == 'mdn'
13-
with:
14-
target-repo: ${{ github.repository }}
12+
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
1513
secrets:
1614
GH_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}

0 commit comments

Comments
 (0)