Skip to content

Commit

Permalink
ci: disable SLACK_TOKEN being required
Browse files Browse the repository at this point in the history
  • Loading branch information
uptickmetachu committed Jun 14, 2023
1 parent cdff4c3 commit d74a2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
secrets:
SLACK_TOKEN:
description: "Slack API Token. Used to get the slack user for blaming AND to create a message in channel"
required: true
required: false
SLACK_CHANNEL:
description: "Slack channel to post error messages to"
required: false
Expand Down

0 comments on commit d74a2c8

Please sign in to comment.