Skip to content

Commit adaaf97

Browse files
committed
ci: add release notifier
1 parent 57ea1e5 commit adaaf97

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

+15
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,18 @@ jobs:
5858
project_id: ${{ secrets.PROJECT_ID }}
5959
build_command: npm run build -- --mode production
6060
firebase_config: ${{ secrets.FIREBASE_CONFIG }}
61+
62+
notify:
63+
name: Notifications
64+
runs-on: ubuntu-latest
65+
needs: [deploy-cloudrun-prod, deploy-firebase-prod]
66+
permissions:
67+
contents: read
68+
pull-requests: write
69+
issues: write
70+
71+
steps:
72+
- name: Release Notifier
73+
uses: agrc/release-issue-notifications-action@v1
74+
with:
75+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)