From 0eb97fa69162226a16539aa4488c429529127516 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Wed, 7 Feb 2024 10:47:07 +0100 Subject: [PATCH] Release.yml: Do not leak token to CI.yml --- .github/workflows/Release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index baff5ba..22f7890 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -21,6 +21,8 @@ jobs: # Make sure regular CI passes before we make a release. ci: uses: ./.github/workflows/CI.yml + with: + one_time_crates_io_token_secret: masked # After regular CI passes we publish to crates.io and push a git tag. publish-and-tag: