diff --git a/.github/workflows/dependabot-rebase-development.yml b/.github/workflows/dependabot-rebase-development.yml index ebe3ec4..c7fbefb 100644 --- a/.github/workflows/dependabot-rebase-development.yml +++ b/.github/workflows/dependabot-rebase-development.yml @@ -1,6 +1,14 @@ name: "Dependabot Branch Rebase" -on: [ workflow_call ] +on: + workflow_call: + secrets: + MP_SEMANTIC_RELEASE_BOT: + required: true + GPG_PRIVATE_KEY: + required: true + GPG_PASSPHRASE: + required: true jobs: rebase-branch: