Skip to content

Commit

Permalink
[ECP-9213] Remove bot access token
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 27, 2024
1 parent a1270b4 commit 8cb370c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8cb370c

Please sign in to comment.