From 8152c90c4fb9487d331376a66b9724a8029abd04 Mon Sep 17 00:00:00 2001 From: d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Sat, 25 May 2024 20:20:30 -0400 Subject: [PATCH] ci: add taiko-kitty bot (#256) --- .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 b7e1678639..8d00df7df4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,3 +16,4 @@ jobs: - uses: googleapis/release-please-action@v4 with: release-type: simple + token: ${{ secrets.RELEASE_PLEASE_TOKEN }}