mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
1
.github/actions/setup-rust/action.yml
vendored
1
.github/actions/setup-rust/action.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user