diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 709c96a1fc831..006f14af234a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -243,7 +243,8 @@ jobs: run: | curl --fail --request POST \ --url https://api.github.com/repos/${{ github.repository }}/pages/builds \ - --header "Authorization: Bearer $USER_TOKEN" + --header "Authorization: Bearer $USER_TOKEN" \ + --header "Accept: application/vnd.github.v3+json" env: # You must create a personal token with repo access as GitHub does # not yet support server-to-server page builds.