diff --git a/rust/publish-crate/action.yaml b/rust/publish-crate/action.yaml index 9af7e85..a05a139 100644 --- a/rust/publish-crate/action.yaml +++ b/rust/publish-crate/action.yaml @@ -45,7 +45,7 @@ runs: run: | # Use cargo login with token from environment variable # This is the recommended approach instead of --token flag - cargo login + echo ${CARGO_REGISTRY_TOKE} | cargo login - name: Publish crate shell: bash