From 1fdc683de246eb9fd3c2de7ced469de7e7f9ba71 Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Wed, 28 Aug 2024 19:25:55 +0200 Subject: [PATCH] oupa --- .github/workflows/self-comment-slow-ci.yml | 2 -- 1 file changed, 2 deletions(-) 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" \