-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sushmita
committed
May 27, 2024
1 parent
a1270b4
commit 8cb370c
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ name: Release | |
|
||
on: | ||
push: | ||
|
||
# Manual run from Github UI (e.g. for when a merged PR labels have changed) | ||
workflow_dispatch: | ||
inputs: | ||
|
@@ -36,7 +35,7 @@ jobs: | |
- name: Prepare the next main release | ||
uses: Adyen/[email protected] | ||
with: | ||
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
develop-branch: ECP-9213 | ||
version-files: composer.json | ||
release-title: Adyen Magento-2 Plugin | ||
|