From 0441bc0fad58169ad0db37419da4ec853a26f99e Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:00:32 -0800 Subject: [PATCH] Update changeset-main.yml --- .github/workflows/changeset-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changeset-main.yml b/.github/workflows/changeset-main.yml index 229b72ab..52f7b42f 100644 --- a/.github/workflows/changeset-main.yml +++ b/.github/workflows/changeset-main.yml @@ -29,7 +29,7 @@ jobs: with: version: pnpm ci:version commit: "chore: update versions" - title: "chore: update versions" + title: "Chore: Ready for Release" publish: pnpm ci:publish env: - GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}