mirror of
https://github.com/starship/starship.git
synced 2024-11-07 17:05:09 +01:00
chore: rename CARGO_REGISTRY_TOKEN
This commit is contained in:
parent
9ebfce1e36
commit
c8cd3d06b6
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -261,7 +261,7 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Build | Publish
|
||||
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
|
||||
run: cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
|
||||
update_brew_formula:
|
||||
name: Update Brew Formula
|
||||
|
Loading…
Reference in New Issue
Block a user