Skip to content

Revert "Delete VERSION" (#289) #12

Revert "Delete VERSION" (#289)

Revert "Delete VERSION" (#289) #12

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 Python API Library
develop-branch: main
secrets:
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}