We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9348c68 commit 6aafd34Copy full SHA for 6aafd34
.github/workflows/auto-merge.yml
@@ -3,10 +3,13 @@ name: auto-merge
3
on:
4
pull_request_target:
5
6
+# No GITHUB_TOKEN permissions, as we use AUTOMERGE_TOKEN instead.
7
+permissions: {}
8
+
9
jobs:
10
auto-merge:
11
uses: mdn/workflows/.github/workflows/auto-merge.yml@main
12
with:
- target-repo: 'mdn/todo-vue'
13
+ target-repo: "mdn/todo-vue"
14
secrets:
15
GH_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }}
.github/workflows/pr-test.yml
@@ -5,6 +5,9 @@ on:
branches:
- main
+# No GITHUB_TOKEN permissions, as we don't use it.
build-lint:
runs-on: ubuntu-latest
0 commit comments