Update token
Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m11s
Some checks failed
Release packages / build-and-release-artifact (push) Failing after 1m11s
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: login
|
||||
args: ${{ secrets.CARGO_REGISTRY_TOKEN }} --registry gitea
|
||||
args: --token=${{ secrets.CARGO_REGISTRY_TOKEN }} --registry gitea
|
||||
|
||||
- name: Publish to cargo registry
|
||||
uses: actions-rs/cargo@v1
|
||||
|
Reference in New Issue
Block a user