Skip to content

Commit 2bb0840

Browse files
authored
ci(workflows): assign explicit permissions (#168)
1 parent 8d48108 commit 2bb0840

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-merge.yml

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

6+
# No GITHUB_TOKEN permissions, as we use AUTOMERGE_TOKEN instead.
7+
permissions: {}
8+
69
jobs:
710
auto-merge:
811
uses: mdn/workflows/.github/workflows/auto-merge.yml@main

0 commit comments

Comments
 (0)