We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c667964 commit 86252ccCopy full SHA for 86252cc
1 file changed
.github/workflows/auto-merge.yml
@@ -3,13 +3,14 @@ name: auto-merge
3
on:
4
pull_request_target:
5
6
-# No GITHUB_TOKEN permissions, as we use AUTOMERGE_TOKEN instead.
7
-permissions: {}
+permissions:
+ contents: read
8
9
jobs:
10
auto-merge:
11
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
12
+ if: github.repository_owner == 'mdn'
13
with:
- target-repo: "mdn/todo-react"
14
+ target-repo: ${{ github.repository }}
15
secrets:
16
GH_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}
0 commit comments