Skip to content

Commit

Permalink
Fix slack webhook secrets name
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanneryan authored Jul 12, 2024
1 parent 2b8e492 commit 8af1e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-helm-charts-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
success-message: "vault-helm charts index update triggered successfully. View the run <https://github.com/hashicorp/helm-charts/actions/workflows/publish-charts.yml|here>."
failure-message: "vault-helm charts index update trigger failed."
status: ${{job.status}}
slack-webhook-url: ${{secrets.SLACK_WEBHOOK_URL}}
slack-webhook-url: ${{secrets.SLACK_WEBHOOK}}

0 comments on commit 8af1e0b

Please sign in to comment.