From 748ed1cf7106f02a12f2d8244f7e221e8ba31f1a Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Thu, 8 Jan 2026 20:26:24 -0600 Subject: [PATCH] properly define secrets --- .github/workflows/artifacts.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 58fe7728d..7dccd7d31 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -25,6 +25,12 @@ on: required: true gh_token: required: true + azure_client_id: + required: true + azure_tenant_id: + required: true + azure_subscription_id: + required: true permissions: id-token: write contents: read