Skip to content

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 authored Oct 12, 2023
1 parent 04e1d6e commit 1b605f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ jobs:
COLOR="#ff0000"
fi
echo "COLOR=$COLOR" >> .env
env:
COLOR: ${{ steps.set-color.outputs.color }}
- name: Send GitHub Action trigger data to Slack workflow
id: slack
Expand All @@ -118,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

0 comments on commit 1b605f3

Please sign in to comment.