Skip to content

Commit

Permalink
bot token removed from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 18, 2024
1 parent ef25c1f commit adc82e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
job_status: ${{job.status}}
XERO_SLACK_WEBHOOK_URL: ${{secrets.XERO_SLACK_WEBHOOK_URL}}
job_url: "https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}"
bot_token: ${{secrets.XERO_SLACK_BOT_TOKEN}}
# bot_token: ${{secrets.XERO_SLACK_BOT_TOKEN}}
channel_id: 'C07S29J583U'

notify-slack-on-failure:
Expand All @@ -80,5 +80,5 @@ jobs:
XERO_SLACK_WEBHOOK_URL: ${{secrets.XERO_SLACK_WEBHOOK_URL}}
job_url: "https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}"
repository_name: ${{github.repository}}
bot_token: ${{secrets.SLACK_BOT_TOKEN}}
# bot_token: ${{secrets.SLACK_BOT_TOKEN}}
channel_id: 'C07S29J583U'

0 comments on commit adc82e6

Please sign in to comment.