Skip to content

Commit 4453939

Browse files
committed
Add token to pint action
1 parent 1700443 commit 4453939

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16+
with:
17+
token: ${{ secrets.ACTIONS_COMMIT_TOKEN }}
1618

1719
- name: Setup PHP
1820
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)