From 95270554bc0cb4614c50a6ec6da130634cf9cfd6 Mon Sep 17 00:00:00 2001 From: Jason I Date: Thu, 2 May 2024 08:42:12 -0700 Subject: [PATCH] chore: use GITHUB TOKEN to create PR --- .github/workflows/update-ic-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-ic-commit.yml b/.github/workflows/update-ic-commit.yml index 9e684777e..af04d8448 100644 --- a/.github/workflows/update-ic-commit.yml +++ b/.github/workflows/update-ic-commit.yml @@ -68,7 +68,7 @@ jobs: if: ${{ steps.update.outputs.updated == '1' }} uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.SDK_BOT_PAT }} + token: ${{ secrets.GITHUB_TOKEN }} base: master add-paths: ./.ic-commit commit-message: Update commit of IC artifacts