Skip to content

cacheTTL should accept Infinity again (breaking change in #640 was not security-required) #2024

cacheTTL should accept Infinity again (breaking change in #640 was not security-required)

cacheTTL should accept Infinity again (breaking change in #640 was not security-required) #2024

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@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}