Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:
pull-requests: read
steps:
- uses: actions/checkout@v5
- uses: Automattic/vip-actions/changelog@fa05dc9293764a50401a293f2c9312924afbaab3 # trunk
- uses: Automattic/vip-actions/changelog@a83b38ef1ac701c4d8ca2b27bac2d6ebad17e684
with:
endpoint: ${{ vars.CHANGELOG_POST_ENDPOINT }}
endpoint-token: ${{ secrets.CHANGELOG_POST_TOKEN }}
endpoint: 'https://docs.wpvip.com/wp-json/wp/v2/changelogs'
endpoint-token: ${{ secrets.CHANGELOG_DOCS_POST_TOKEN }}
endpoint-auth-type: 'basic'
repo-token: ${{ secrets.GITHUB_TOKEN }}
status: 'draft'
category-id: '26'
link-to-pr: true
status: 'publish'
terms: changelog_category:110
tag-id: '115'
link-to-pr: false
source: 'last-release'
Loading