From 89c8f689829e804a8a2eb2bb2dee81ba6b8b5bb6 Mon Sep 17 00:00:00 2001 From: allo Date: Sun, 11 Dec 2022 10:50:16 +0800 Subject: [PATCH] ci(markdown-lint-fix): use PAT to trigger workflow --- .github/workflows/markdown-lint-fix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/markdown-lint-fix.yml b/.github/workflows/markdown-lint-fix.yml index 9f04cb5c485c20f..1c5e68d42651289 100644 --- a/.github/workflows/markdown-lint-fix.yml +++ b/.github/workflows/markdown-lint-fix.yml @@ -39,6 +39,7 @@ jobs: author: mdn-bot <108879845+mdn-bot@users.noreply.github.com> body: | All issues auto-fixed + token: ${{ secrets.AUTOMERGE_TOKEN }} - name: Create PR with notice on unfixed issues if: failure() @@ -51,3 +52,4 @@ jobs: body: | Auto-fix was run, but additional issues found. Please review the run log: https://github.com/mdn/content/actions/runs/${{ github.run_id }} + token: ${{ secrets.AUTOMERGE_TOKEN }}