Skip to content

Merge pull request #603 from Adyen/promote/main #13

Merge pull request #603 from Adyen/promote/main

Merge pull request #603 from Adyen/promote/main #13

Workflow file for this run

name: Automatic Github release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- VERSION
jobs:
github:
permissions:
contents: write
uses: Adyen/release-automation-action/.github/workflows/[email protected]
with:
release-title: Adyen PHP API Library
develop-branch: main
secrets:
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}