From 604f4bd1b32aafb58e40e1c7bac368be54e89f9c Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Tue, 15 Aug 2023 19:47:00 +0300 Subject: [PATCH] ci: remove cargo login as it is not needed --- .github/workflows/covector-version-or-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 8042d0d..b301a21 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -30,8 +30,6 @@ jobs: check-latest: true registry-url: 'https://registry.npmjs.org' - - name: cargo login - run: cargo login ${{ secrets.ORG_CRATES_IO_TOKEN }} - name: git config run: | git config --global user.name "${{ github.event.pusher.name }}" @@ -54,4 +52,4 @@ jobs: title: Apply Version Updates From Current Changes commit-message: 'apply version updates' labels: 'version updates' - body: ${{ steps.covector.outputs.change }} \ No newline at end of file + body: ${{ steps.covector.outputs.change }}