Skip to content

Commit f410092

Browse files
Copilotgcatanese
andcommitted
docs: add comment explaining use of custom token in workflow
Co-authored-by: gcatanese <1771700+gcatanese@users.noreply.github.com>
1 parent 15f10c9 commit f410092

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
yarn install --frozen-lockfile
2525
yarn lint:fix
2626
- name: Create Pull Request
27+
# Using ADYEN_AUTOMATION_BOT_ACCESS_TOKEN instead of GITHUB_TOKEN
28+
# to allow the created PR to trigger other workflows
2729
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
2830
with:
2931
token: ${{ secrets.ADYEN_AUTOMATION_BOT_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)