Skip to content

Commit 6e520b2

Browse files
committed
fix SLACK_WEBHOOK_TYPE to lowercase in workflow files
1 parent 737eb37 commit 6e520b2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/onboard-new-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,4 @@ jobs:
292292
}
293293
env:
294294
SLACK_WEBHOOK_URL: ${{ secrets.APPSEC_BOT_SLACK_WEBHOOK }}
295-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
295+
SLACK_WEBHOOK_TYPE: incoming-webhook

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
}
6868
env:
6969
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
70-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
70+
SLACK_WEBHOOK_TYPE: incoming-webhook
7171
continue-on-error: true
7272

7373
publish-release:

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
}
231231
env:
232232
SLACK_WEBHOOK_URL: ${{ env.SLACK_WEBHOOK }}
233-
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
233+
SLACK_WEBHOOK_TYPE: incoming-webhook
234234

235235
- name: Log metrics
236236
if: ${{ env.PROJECT_METRICS_TOKEN != '' }}

0 commit comments

Comments
 (0)