Skip to content

Feat(react/app): environment variables #216

Feat(react/app): environment variables

Feat(react/app): environment variables #216

name: pr ready for review
on:
pull_request:
types:
- ready_for_review
jobs:
notify:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Notify teams channel
uses: davidwengier/[email protected]
with:
webhook_uri: ${{ secrets.TEAMS_PR_WEBHOOK }}