Skip to content

Commit

Permalink
chore(cicd): update slack channel
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 25, 2022
1 parent fcb87a6 commit e57cc02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
with:
status: ${{ job.status }}
username: Github Actions
icon_emoji: ':octocat:'
channel: '#akhq'
icon_emoji: ':github-actions:'
channel: 'C03H9CEBGS2'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ jobs:
with:
status: ${{ job.status }}
username: Github Actions
icon_emoji: ':octocat:'
channel: '#akhq'
icon_emoji: ':github-actions:'
channel: 'C03H9CEBGS2'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down

0 comments on commit e57cc02

Please sign in to comment.