Skip to content

Merge pull request #404 from cultuurnet/PPF-550-filtering-on-location #326

Merge pull request #404 from cultuurnet/PPF-550-filtering-on-location

Merge pull request #404 from cultuurnet/PPF-550-filtering-on-location #326

name: Publish release notes documentation
on:
push:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
uses: ./.github/actions/stoplight-push
with:
name: release-notes
token: ${{ secrets.CI_TOKEN_RELEASE_NOTES }}
event: ${{ github.event_name }}