mirror of https://github.com/dapr/rust-sdk.git
chore: limit the visibility of the cargo token (#280)
Addresses #218 Signed-off-by: Mike Nguyen <hey@mike.ee>
This commit is contained in:
parent
35930ebc5f
commit
9537a3b826
|
@ -16,7 +16,6 @@ on:
|
|||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
CARGO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
|
||||
PROTOC_VERSION: 24.4
|
||||
RUSTFLAGS: "-D warnings"
|
||||
|
||||
|
@ -145,4 +144,6 @@ jobs:
|
|||
version: ${{ env.PROTOC_VERSION }}
|
||||
- uses: actions/checkout@v4
|
||||
- name: cargo publish - ${{ matrix.crate }}
|
||||
env:
|
||||
CARGO_TOKEN: ${{ secrets.CARGO_TOKEN }}
|
||||
run: cargo publish --manifest-path ${{ matrix.crate }}/Cargo.toml --token ${{ env.CARGO_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue