```? pact-js git:(master) ? ./scripts/trigger-release.sh
Note: Unnecessary use of -X or --request, POST is already inferred.
* Trying 52.63.231.178...
* TCP_NODELAY set
* Connected to
http://api.github.com (52.63.231.178) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=US; ST=California; L=San Francisco; O=GitHub, Inc.; CN=*.
http://github.com
* start date: Jun 22 00:00:00 2020 GMT
* expire date: Aug 17 12:00:00 2022 GMT
* subjectAltName: host "
http://api.github.com" matched cert's "*.
http://github.com"
* issuer: C=US; O=DigiCert Inc; OU=
http://www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7fa413809000)
> POST /repos/github.com/pact-foundation/pact-js/dispatches HTTP/2
> Host:
http://api.github.com
> User-Agent: curl/7.64.1
> Accept: application/vnd.github.everest-preview+json
> Authorization: Bearer *********redacted********************
> Content-Length: 35
> Content-Type: application/x-www-form-urlencoded
>
* We are completely uploaded and fine
* Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
< HTTP/2 404
< date: Wed, 27 Jan 2021 06:46:18 GMT
< content-type: application/json; charset=utf-8
< content-length: 84
< server:
http://GitHub.com
< status: 404 Not Found
< x-oauth-scopes: repo, workflow
< x-accepted-oauth-scopes: repo
< x-github-media-type: github.v3; param=everest-preview; format=json
< x-ratelimit-limit: 5000
< x-ratelimit-remaining: 4991
< x-ratelimit-reset: 1611732543
< x-ratelimit-used: 9
< access-control-expose-headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset
< access-control-allow-origin: *
< strict-transport-security: max-age=31536000; includeSubdomains; preload
< x-frame-options: deny
< x-content-type-options: nosniff
< x-xss-protection: 1; mode=block
< referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
< content-security-policy: default-src 'none'
< vary: Accept-Encoding, Accept, X-Requested-With
< x-github-request-id: 1CC2:630A:316CD9:34C060:60110C3A
<
{
"message": "Not Found",
"documentation_url": "
https://docs.github.com/rest"
}```