8000 chore(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (#234) · darkgl0w/fast-jwt@fb85b94 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

notify-release

notify-release #835

name: notify-release
on:
workflow_dispatch:
schedule:
- cron: '30 8 * * *'
jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: Notify release
uses: nearform/github-action-notify-release@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
0