Skip to content

Commit

Permalink
ci: add notify
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 8, 2024
1 parent 77053a8 commit ed647d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,18 @@ jobs:
VITE_FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
VITE_DISCOVER_KEY: ${{ secrets.VITE_DISCOVER_KEY }}
VITE_API_KEY: ${{ secrets.VITE_UGRC_API_KEY }}

notify:
name: Notifications
runs-on: ubuntu-latest
needs: [deploy-prod]
permissions:
contents: read
pull-requests: write
issues: write

steps:
- name: 💬 Comment on issues in release
uses: agrc/release-issue-notifications-action@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ed647d0

Please sign in to comment.