We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1700443 commit 4453939Copy full SHA for 4453939
1 file changed
.github/workflows/pint.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
+ with:
17
+ token: ${{ secrets.ACTIONS_COMMIT_TOKEN }}
18
19
- name: Setup PHP
20
uses: shivammathur/setup-php@v2
0 commit comments