From d1a30062cef905d0655dffa077e092583bfc30db Mon Sep 17 00:00:00 2001 From: Jason I Date: Thu, 2 May 2024 08:44:02 -0700 Subject: [PATCH] chore: use GITHUB TOKEN to create PR --- .github/workflows/update-ic-commit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-ic-commit.yml b/.github/workflows/update-ic-commit.yml index af04d8448..6f32eaef4 100644 --- a/.github/workflows/update-ic-commit.yml +++ b/.github/workflows/update-ic-commit.yml @@ -65,7 +65,8 @@ jobs: # If the ic commit was updated, create a PR. - name: Create Pull Request - if: ${{ steps.update.outputs.updated == '1' }} + # TODO: re-enable + # if: ${{ steps.update.outputs.updated == '1' }} uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }}