From ce4b6698ed11fbee77caf6f448fef2db36240bcc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 4 Jul 2024 19:15:03 +0200 Subject: [PATCH] fix: ensure checks are run on release PR MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 83967d59..147a6d0a 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,6 +16,7 @@ jobs: - uses: googleapis/release-please-action@v4 id: release with: + token: ${{ secrets.WORKFLOW_TOKEN }} config-file: .github/release-please/config.json manifest-file: .github/release-please/manifest.json - name: Create tags for major and minor versions -- 2.34.1