Skip to content

Commit

Permalink
[ECP-9213] Try the bot's token
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 27, 2024
1 parent d30aff3 commit a1270b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Release

on:
push:

# Manual run from Github UI (e.g. for when a merged PR labels have changed)
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -34,8 +36,8 @@ jobs:
- name: Prepare the next main release
uses: Adyen/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
develop-branch: develop
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}
develop-branch: ECP-9213
version-files: composer.json
release-title: Adyen Magento-2 Plugin
pre-release: ${{ inputs.pre-release || false }}
Expand Down

0 comments on commit a1270b4

Please sign in to comment.