luoyuxia commented on code in PR #212:
URL: https://github.com/apache/paimon-rust/pull/212#discussion_r3037707716
##########
.github/workflows/release-rust.yml:
##########
@@ -55,15 +53,8 @@ jobs:
- name: Dry run
run: cargo publish -p ${{ matrix.package }} --all-features --dry-run
- - name: Get crates.io token (OIDC)
- if: startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '-')
&& vars.CARGO_USE_TOKEN_AUTH != 'true'
- uses: rust-lang/crates-io-auth-action@v1
Review Comment:
according to fluss-rust experience, OIDC is not allowed to execute in asf.
CARGO_REGISTRY_TOKEN is enough.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]