We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207950a commit acf9c9bCopy full SHA for acf9c9b
.github/workflows/onboard-new-repo.yml
@@ -263,8 +263,7 @@ jobs:
263
with:
264
payload: |
265
{
266
- "text": "Onboarding failed for ${{ steps.target.outputs.repository }} - Run: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
267
- "channel": "#security-notifications"
+ "text": "Onboarding failed for ${{ steps.target.outputs.repository }} - Run: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
268
}
269
env:
270
SLACK_WEBHOOK_URL: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}
0 commit comments