Skip to content

Commit

Permalink
debug: sync doc github action
Browse files Browse the repository at this point in the history
  • Loading branch information
RamyEB committed Jan 8, 2024
1 parent 37c2210 commit 8b364fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync_doc_devportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
git push origin ${PR_BRANCH_NAME}
# Create Pull Request
JSON_PAYLOAD="{"title":"${PR_TITLE}","head":"${PR_BRANCH_NAME}","base":"main"}"
echo "JSON payload: $JSON_PAYLOAD"
PR_RESPONSE=$(curl -X POST -H "Authorization: token ${DEVELOPER_PORTAL_CI_TOKEN}" -d '{"title":"${PR_TITLE}","head":"${PR_BRANCH_NAME}","base":"main"}' ${TARGET_PR_API_URL})
echo "PR_RESPONSE : $PR_RESPONSE "
Expand Down

1 comment on commit 8b364fe

@vercel
Copy link

@vercel vercel bot commented on 8b364fe Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Too many requests - try again in 32 seconds (more than 60, code: "api-deployments-flood").

Please sign in to comment.