From c59610a5c122a4a21d9cffa4e24af3690a763e03 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 10 Apr 2024 15:01:51 +0000 Subject: [PATCH] specify secrets explicetly --- .github/workflows/build_resuable.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_resuable.yaml b/.github/workflows/build_resuable.yaml index c13ad958..a2f91abb 100644 --- a/.github/workflows/build_resuable.yaml +++ b/.github/workflows/build_resuable.yaml @@ -1,7 +1,16 @@ name: Build resuable on: workflow_call: - + secrets: + SENTRY_ORG: + required: true + SENTRY_PROJECT: + required: true + SENTRY_URL: + required: true + SENTRY_AUTH_TOKEN: + required: true + jobs: build_resuable: name: Build Element Call