From 3c6f636825ff691b78e3b4535cc4c0a68434c03d Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Mon, 24 Jun 2024 18:19:36 +0100 Subject: [PATCH] =?UTF-8?q?chore(changeset):=20=F0=9F=A4=96=20declare=20ch?= =?UTF-8?q?eckout=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/changeset-handler.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/changeset-handler.yml b/.github/workflows/changeset-handler.yml index 63ffd44..2be99b1 100644 --- a/.github/workflows/changeset-handler.yml +++ b/.github/workflows/changeset-handler.yml @@ -14,6 +14,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + token: ${{ secrets.GITHUB_TOKEN }} - uses: pnpm/action-setup@v4 name: Install pnpm @@ -51,8 +52,6 @@ jobs: git status --short - name: Commit changes - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com"