From cf0db392bc566c68cfafaa3a8e32ad218f216a8e Mon Sep 17 00:00:00 2001 From: Harshad Date: Mon, 11 Mar 2024 15:06:38 -0500 Subject: [PATCH] Update ontobot.yml --- .github/workflows/ontobot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ontobot.yml b/.github/workflows/ontobot.yml index 7eaef88a..17d3c4b5 100644 --- a/.github/workflows/ontobot.yml +++ b/.github/workflows/ontobot.yml @@ -91,7 +91,7 @@ jobs: uses: peter-evans/create-pull-request@v5 if: ${{ env.PR_TITLE}} with: - token: ${{ secrets.GH_TOKEN }} + # token: ${{ secrets.GH_TOKEN }} branch-suffix: short-commit-hash labels: Automated author: ${{ env.ISSUE_CREATOR }} <${{ env.ISSUE_CREATOR }}@users.noreply.github.com>