From 56451a6601d661f1815b081ad4de3f1d6b36db88 Mon Sep 17 00:00:00 2001 From: Jamil Date: Wed, 27 Dec 2023 09:53:28 -0600 Subject: [PATCH] Revert "fix(ci): Inherit secrets from calling workflow to allow contributors' PRs to run" (#3030) Ended up not fixing the issue for inheriting secrets. Reverts firezone/firezone#3028 --- .github/actions/setup-rust/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup-rust/action.yml b/.github/actions/setup-rust/action.yml index 841921e03..6af97b597 100644 --- a/.github/actions/setup-rust/action.yml +++ b/.github/actions/setup-rust/action.yml @@ -1,6 +1,5 @@ name: "Setup Rust" description: "Sets up the correct Rust version and caching via sccache and a GCP backend" -secrets: inherit inputs: targets: description: "Additional targets to install"