Skip to content

Commit

Permalink
Merge pull request #1688 from Automattic/feature/update-publish-docs-…
Browse files Browse the repository at this point in the history
…workflow

Update publish docs request parameters
  • Loading branch information
seanlanglands authored Feb 8, 2024
2 parents fccc73e + 4e7c44e commit cf3dd85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
env:
DOCS_SECRET_TOKEN: ${{ secrets.DOCS_SECRET_TOKEN }}
run: |
curl -X POST -v \
curl -X PUT -v \
-H "Authorization: Bearer $DOCS_SECRET_TOKEN" \
-H "Content-Type: application/json" \
--data "@/tmp/docs.json" \
https://develop-docs.wpvip.com/wp-json/vip/v1/vip-cli
https://docs.wpvip.com/wp-json/cli-command-reference/v1/ingest/vip-cli

0 comments on commit cf3dd85

Please sign in to comment.