mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-09-26 10:16:31 -05:00
[F] Pass OIDC token from crates-io-auth-action to cargo publish
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -419,6 +419,9 @@ jobs:
|
||||
|
||||
- name: Authenticate with crates.io
|
||||
uses: rust-lang/crates-io-auth-action@v1
|
||||
id: auth
|
||||
|
||||
- name: Publish crate
|
||||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
|
||||
run: cargo publish -p hyfetch
|
||||
|
||||
Reference in New Issue
Block a user