From ed647d047978aedd5b81a0173f698821a73546c1 Mon Sep 17 00:00:00 2001 From: steveoh Date: Mon, 7 Oct 2024 20:59:58 -0600 Subject: [PATCH] ci: add notify --- .github/workflows/release.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcb1e20..9d03a24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}