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
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: login
|
command: login
|
||||||
args: ${{ secrets.CARGO_REGISTRY_TOKEN }} --registry gitea
|
args: --token=${{ secrets.CARGO_REGISTRY_TOKEN }} --registry gitea
|
||||||
|
|
||||||
- name: Publish to cargo registry
|
- name: Publish to cargo registry
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
Reference in New Issue
Block a user