Fixup Rust CI

This commit is contained in:
lazymio
2021-11-09 00:50:53 +01:00
parent c51bd2c6a6
commit 87ece24160

View File

@ -77,7 +77,7 @@ jobs:
- name: '📦 Cargo Publish'
if: startsWith(github.ref, 'refs/tags') && contains(matrix.config.os, 'ubuntu')
env:
TOKEN: ${{ secrets.cratesio_pass }}
TOKEN: ${{ secrets.cratesio_token }}
UNICORN_VERSION: dev
run: |
cd bindings/rust && cargo login $TOKEN && cargo test && cargo publish