Skip to content

Commit

Permalink
chore: remove gh auth command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan committed Jun 27, 2024
1 parent c0aa7e4 commit 14428ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/helix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14428ae

Please sign in to comment.