From 7ada0654e455f4e93e7226fabf029e8da7e4d139 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Sat, 24 Feb 2024 02:10:11 -0800 Subject: [PATCH] Update changeset-main.yml --- .github/workflows/changeset-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changeset-main.yml b/.github/workflows/changeset-main.yml index 229b72a..5db4988 100644 --- a/.github/workflows/changeset-main.yml +++ b/.github/workflows/changeset-main.yml @@ -32,4 +32,4 @@ jobs: title: "chore: update versions" publish: pnpm ci:publish env: - GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}