From 5516167e71b4fb1cae44d39da800cb505d768b67 Mon Sep 17 00:00:00 2001 From: Himanshu Garg Date: Fri, 8 Nov 2024 14:11:02 +0530 Subject: [PATCH] chore(workflows): inherit secrets in dev-deploy-webhook.yml --- .github/workflows/dev-deploy-webhook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev-deploy-webhook.yml b/.github/workflows/dev-deploy-webhook.yml index ef0eb725c2b..3da907f9fd2 100644 --- a/.github/workflows/dev-deploy-webhook.yml +++ b/.github/workflows/dev-deploy-webhook.yml @@ -22,6 +22,7 @@ env: jobs: test_webhook: uses: ./.github/workflows/reusable-webhook-e2e.yml + secrets: inherit publish_docker_image_webhook: if: "!contains(github.event.head_commit.message, 'ci skip')"