Skip to content

Commit

Permalink
ci: remove cargo login as it is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Aug 15, 2023
1 parent ed76da5 commit 604f4bd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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 }}
body: ${{ steps.covector.outputs.change }}

0 comments on commit 604f4bd

Please sign in to comment.