Skip to content

Commit

Permalink
added the bot token back
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 18, 2024
1 parent e728042 commit 1d85a4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/notify-slack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ runs:
id: slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{inputs.XERO_SLACK_WEBHOOK_URL}}
# SLACK_WEBHOOK_URL: ${{inputs.XERO_SLACK_WEBHOOK_URL}}
SLACK_BOT_TOKEN: ${{inputs.bot_token}}
with:
channel-id: ${{inputs.channel_id}}
payload: |
{
"blocks": [
Expand Down

0 comments on commit 1d85a4d

Please sign in to comment.