From 14428ae877ca76bfe986ff8704ffd25db6b04b4b Mon Sep 17 00:00:00 2001 From: Kishan Dhakan Date: Fri, 28 Jun 2024 01:37:57 +0530 Subject: [PATCH] chore: remove gh auth command --- .github/workflows/helix.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/helix.yaml b/.github/workflows/helix.yaml index 2f0e794..f8fda9a 100644 --- a/.github/workflows/helix.yaml +++ b/.github/workflows/helix.yaml @@ -52,7 +52,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} run: | - gh auth login --with-token <<< "${{ secrets.GH_TOKEN }}" gh pr create --repo InjectiveLabs/injective-ui --head update-from-shared-packages --base dev --title "Package bump" --body "This is an automated pull request created by GitHub Actions." - name: Cleanup