diff --git a/.github/workflows/pull-request-opened-notify-slack.yml b/.github/workflows/pull-request-opened-notify-slack.yml index 6efe2a1..28432a2 100644 --- a/.github/workflows/pull-request-opened-notify-slack.yml +++ b/.github/workflows/pull-request-opened-notify-slack.yml @@ -7,4 +7,5 @@ jobs: send-slack-notification: if: github.event.pull_request.merged == false uses: thisdot/shared-actions/.github/workflows/pull-request-opened-notify-slack.yml@main - secrets: inherit + secrets: + OSS_SLACK_NOTIFICATION_WEBHOOK_URL: ${{ secrets.OSS_SLACK_NOTIFICATION_WEBHOOK_URL }}