diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 88435920..a73a8f2c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -116,5 +116,7 @@ jobs: ] } env: + DATE_TIME: ${{ steps.set-date.outputs.DATE_TIME }} + COLOR: ${{ steps.set-color.outputs.COLOR }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK