fix(ci): Inherit secrets from calling workflow to allow contributors' PRs to run (#3028)

Attempting to fix the issue seen
[here](https://github.com/firezone/firezone/actions/runs/7331666670).
Unfortunately the docs aren't super clear on this so it may take some
trial and error.


https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-inputs-and-secrets-in-a-reusable-workflow
This commit is contained in:
Jamil
2023-12-27 09:51:20 -06:00
committed by GitHub
parent 86684b464a
commit 5b76c59470

View File

@@ -1,5 +1,6 @@
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"