Skip to content

Commit 2f27bb8

Browse files
authored
Update vip-actions to latest commit (#2434)
1 parent a42385c commit 2f27bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
pull-requests: read
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: Automattic/vip-actions/changelog@f083b1e1e0cd092ee5cafa6621d32a28c68bf7ee # trunk
16+
- uses: Automattic/vip-actions/changelog@fa05dc9293764a50401a293f2c9312924afbaab3 # trunk
1717
with:
1818
endpoint: ${{ vars.CHANGELOG_POST_ENDPOINT }}
1919
endpoint-token: ${{ secrets.CHANGELOG_POST_TOKEN }}
20+
endpoint-auth-type: 'basic'
2021
repo-token: ${{ secrets.GITHUB_TOKEN }}
2122
status: 'draft'
2223
category-id: '26'

0 commit comments

Comments
 (0)