diff --git a/.github/workflows/build_resuable.yaml b/.github/workflows/build_resuable.yaml index c13ad958..23056e8d 100644 --- a/.github/workflows/build_resuable.yaml +++ b/.github/workflows/build_resuable.yaml @@ -1,6 +1,15 @@ 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: