From 82980d12f0613aa64edbbfc5d9ce6ece37b5c203 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:29:52 +0200 Subject: [PATCH] chore(deps): migrate to googleapis/release-please-action (#12032) Also migrates to PAT, to unblock checks on release-please PRs. --- .github/workflows/npm-publish.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index f4ab2bf4e3b3..e4d0579703a9 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -5,10 +5,6 @@ on: branches: - main -permissions: - contents: write - pull-requests: write - jobs: build: if: github.repository == 'mdn/yari' @@ -16,8 +12,10 @@ jobs: steps: - name: Release - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 id: release + with: + token: ${{ secrets.RELEASE_PLEASE_PAT }} - name: Checkout uses: actions/checkout@v4