Skip to content

create-react-app@5.1.0 #1455

create-react-app@5.1.0

create-react-app@5.1.0 #1455

Workflow file for this run

name: notify-release
'on':
workflow_dispatch:
schedule:
- cron: 30 8 * * *
release:
types:
- published
issues:
types:
- closed
jobs:
setup:
runs-on: ubuntu-latest
permissions:
issues: write
contents: read
steps:
- name: Notify release
uses: nearform-actions/github-action-notify-release@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}