diff --git a/.github/workflows/self-comment-slow-ci.yml b/.github/workflows/self-comment-slow-ci.yml index 342bb0154a0311..e6b012573306ce 100644 --- a/.github/workflows/self-comment-slow-ci.yml +++ b/.github/workflows/self-comment-slow-ci.yml @@ -58,7 +58,6 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} run: | - gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}" CHECK_RUN_ID=$(gh api \ --method POST \ -H "Accept: application/vnd.github+json" \ @@ -86,7 +85,6 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} CHECK_RUN_ID: ${{ env.CHECK_RUN_ID }} run: | - gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}" gh api \ --method PATCH \ -H "Accept: application/vnd.github+json" \