Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
7gugu committed Sep 1, 2024
1 parent 98bdb92 commit 9a5ea6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
api_secret: ${{ secrets.FIREFOX_API_SECRET }}
file: firefox.zip
src_file: src.zip
- name: Push notification
uses: shink/bark-action@v2
with:
key: ${{ secrets.BARK_KEY }} # Your secret key, it is required
title: ✅Extension Publish Success!
body: whistle-firefox
isArchive: 1

publish_release:
needs: [ build_firefox ]
Expand Down

0 comments on commit 9a5ea6d

Please sign in to comment.