Skip to content

support CancellationToken passing to base API (#937) #1

support CancellationToken passing to base API (#937)

support CancellationToken passing to base API (#937) #1

Workflow file for this run

name: Prepare release
on:
workflow_dispatch:
push:
branches:
- develop
jobs:
release:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Prepare the next main release
uses: Adyen/[email protected]
with:
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
develop-branch: develop
release-branch: main
version-files: Adyen/Adyen.csproj Adyen.Test/Adyen.Test.csproj Adyen/Constants/ClientConfig.cs