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 }}