Skip to content

Commit

Permalink
fix: typo on key name within github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir committed Jan 16, 2025
1 parent 363c8d0 commit 376b8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdktf-provider-docs-rollout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Send failures to Slack
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
webhook_url: ${{ secrets.REGISTRY_DOCS_FAILURE_SLACK_WEBHOOK_URL }}
webhook: ${{ secrets.REGISTRY_DOCS_FAILURE_SLACK_WEBHOOK_URL }}
webhook-type: webhook-trigger
payload: |
{
Expand Down

0 comments on commit 376b8a8

Please sign in to comment.