Skip to content

Release

Release #416

Workflow file for this run

name: Release
on:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PRONAMIC_ACF_AUTHORIZATION: ${{ secrets.PRONAMIC_ACF_AUTHORIZATION }}
run: php .github/scripts/release.php