From c59610a5c122a4a21d9cffa4e24af3690a763e03 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 10 Apr 2024 15:01:51 +0000 Subject: [PATCH 1/3] 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 From 4271685c6669a00df7c69cb0f53fb200d9beb566 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 10 Apr 2024 15:05:10 +0000 Subject: [PATCH 2/3] cleanup whitespaces --- .github/workflows/build_resuable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_resuable.yaml b/.github/workflows/build_resuable.yaml index a2f91abb..e99dcf5b 100644 --- a/.github/workflows/build_resuable.yaml +++ b/.github/workflows/build_resuable.yaml @@ -10,7 +10,7 @@ on: required: true SENTRY_AUTH_TOKEN: required: true - + jobs: build_resuable: name: Build Element Call From 229e5f3ce7c5d2b133e340d682030bd5459fcd85 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 10 Apr 2024 15:07:01 +0000 Subject: [PATCH 3/3] cleanup whitespaces part 2 --- .github/workflows/build_resuable.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_resuable.yaml b/.github/workflows/build_resuable.yaml index e99dcf5b..23056e8d 100644 --- a/.github/workflows/build_resuable.yaml +++ b/.github/workflows/build_resuable.yaml @@ -3,13 +3,13 @@ on: workflow_call: secrets: SENTRY_ORG: - required: true + required: true SENTRY_PROJECT: - required: true + required: true SENTRY_URL: - required: true + required: true SENTRY_AUTH_TOKEN: - required: true + required: true jobs: build_resuable: