diff --git a/.github/workflows/smoke-trigger.yml b/.github/workflows/smoke-trigger.yml index 62062a92de7..287c0df69ce 100644 --- a/.github/workflows/smoke-trigger.yml +++ b/.github/workflows/smoke-trigger.yml @@ -9,6 +9,9 @@ jobs: call-smoke-workflow-call: if: github.event_name == 'workflow_dispatch' || github.event.label.name == 'smoke-workflow-call' uses: ./.github/workflows/smoke-workflow-call.lock.yml + secrets: inherit permissions: contents: read + discussions: write + issues: write pull-requests: write