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