Skip to content

Commit 72e52a4

Browse files
ictbeheerrivanuff
authored andcommitted
fix: pass GH token
1 parent 419fc47 commit 72e52a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/composer-lock-diff.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Check for WPackagist changes
2828
if: ${{ hashFiles('wp-cli.yml') != '' }} # Only run if wp-cli.yml exists
2929
uses: roots/wpackagist-changelog-action@v1
30+
with:
31+
token: ${{ secrets.YARD_BOT_PAT }}
3032

3133
- uses: marocchino/sticky-pull-request-comment@v2
3234
# An empty diff result will break this action.

0 commit comments

Comments
 (0)