From e24c150198bb4ef8f94844b4f19dd5d255188d28 Mon Sep 17 00:00:00 2001 From: Manuthor Date: Tue, 10 Jan 2023 12:32:59 +0100 Subject: [PATCH] ci: passe github secrets to workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54c7a54..6faa1a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,3 +42,4 @@ jobs: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') with: toolchain: stable + secrets: inherit