We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42385c commit 2f27bb8Copy full SHA for 2f27bb8
.github/workflows/changelog.yml
@@ -13,10 +13,11 @@ jobs:
13
pull-requests: read
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: Automattic/vip-actions/changelog@f083b1e1e0cd092ee5cafa6621d32a28c68bf7ee # trunk
+ - uses: Automattic/vip-actions/changelog@fa05dc9293764a50401a293f2c9312924afbaab3 # trunk
17
with:
18
endpoint: ${{ vars.CHANGELOG_POST_ENDPOINT }}
19
endpoint-token: ${{ secrets.CHANGELOG_POST_TOKEN }}
20
+ endpoint-auth-type: 'basic'
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
status: 'draft'
23
category-id: '26'
0 commit comments