Skip to content

Commit

Permalink
Merge pull request #57 from melfore/56-ci-add-google-chat-integration
Browse files Browse the repository at this point in the history
Google chat integration
  • Loading branch information
CrisGrud authored Jan 25, 2024
2 parents 33ab46c + 6172824 commit b4d955e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ jobs:
run: npm run upload
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Send Notification
uses: Co-qn/google-chat-notification@master
with:
name: Clibelt - Release
url: ${{ secrets.GOOGLE_CHAT }}
status: ${{ job.status }}
if: always()

0 comments on commit b4d955e

Please sign in to comment.