Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with gitaction release #50

Open
crazybarber opened this issue Jun 10, 2022 · 0 comments
Open

Problems with gitaction release #50

crazybarber opened this issue Jun 10, 2022 · 0 comments
Labels
bug Something isn't working cicd Improvement to CI/CD process

Comments

@crazybarber
Copy link
Contributor

Release step from release-please ends up with error:

2022-06-03T21:35:01.5096821Z ##[group]Run GoogleCloudPlatform/release-please-action@v2
2022-06-03T21:35:01.5097362Z with:
2022-06-03T21:35:01.5097647Z release-type: go
2022-06-03T21:35:01.5097943Z package-name: klio
2022-06-03T21:35:01.5098596Z token: ***
2022-06-03T21:35:01.5098838Z fork: false
2022-06-03T21:35:01.5099095Z clean: true
2022-06-03T21:35:01.5099398Z bump-minor-pre-major: false
2022-06-03T21:35:01.5099779Z bump-patch-for-minor-pre-major: false
2022-06-03T21:35:01.5100165Z monorepo-tags: false
2022-06-03T21:35:01.5100614Z pull-request-title-pattern: chore${scope}: release${component} ${version}
2022-06-03T21:35:01.5101033Z ##[endgroup]
2022-06-03T21:35:01.8942020Z (node:1513) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
2022-06-03T21:35:02.8001030Z ⚠ No merged release PR found
2022-06-03T21:35:02.8005211Z ✖ Unable to build candidate
2022-06-03T21:35:08.8284510Z ✔ found 2 commits since c33f93c
2022-06-03T21:35:08.8364586Z ✔ release as patch: There are 0 BREAKING CHANGES and 0 features
2022-06-03T21:35:09.1820256Z ⚠ CHANGELOG.md not found
2022-06-03T21:35:09.1820764Z ✔ creating CHANGELOG.md
2022-06-03T21:35:09.1828734Z ✔ Starting GitHub PR workflow...
2022-06-03T21:35:09.2907843Z ✔ Successfully found branch HEAD sha "c7c642369d87ca81f6af5b920c71161cbcc54ab8".
2022-06-03T21:35:09.5748480Z ✖ Error when creating branch
2022-06-03T21:35:09.5782313Z ✖ RequestError [HttpError]: Error creating Pull Request: Resource not accessible by integration
2022-06-03T21:35:09.5782892Z ✔ Retry attempt #1...
2022-06-03T21:35:09.5784017Z at /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:9981:21
2022-06-03T21:35:09.5785154Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-06-03T21:35:09.5786838Z at async createBranch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11767:26)
2022-06-03T21:35:09.5787996Z at async Object.branch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11795:9)
2022-06-03T21:35:09.5788792Z at async retry.retries (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:48)
2022-06-03T21:35:09.5789657Z at async Object.createPullRequest (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:24)
2022-06-03T21:35:09.5790431Z at async /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:60463:30
2022-06-03T21:35:09.5792193Z at async GitHub.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:61570:20)
2022-06-03T21:35:09.5793010Z at async Go.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63386:20)
2022-06-03T21:35:09.5793748Z at async Go._run (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63238:32) {
2022-06-03T21:35:09.5794197Z status: 403,
2022-06-03T21:35:09.5795004Z response: {
2022-06-03T21:35:09.5795743Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:35:09.5796130Z status: 403,
2022-06-03T21:35:09.5796783Z headers: {
2022-06-03T21:35:09.5797541Z 'access-control-allow-origin': '',
2022-06-03T21:35:09.5798751Z 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
2022-06-03T21:35:09.5799676Z connection: 'close',
2022-06-03T21:35:09.5800475Z 'content-encoding': 'gzip',
2022-06-03T21:35:09.5800969Z 'content-security-policy': "default-src 'none'",
2022-06-03T21:35:09.5801515Z 'content-type': 'application/json; charset=utf-8',
2022-06-03T21:35:09.5802205Z date: 'Fri, 03 Jun 2022 21:35:09 GMT',
2022-06-03T21:35:09.5802980Z 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
2022-06-03T21:35:09.5803516Z server: 'GitHub.com',
2022-06-03T21:35:09.5804063Z 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
2022-06-03T21:35:09.5804588Z 'transfer-encoding': 'chunked',
2022-06-03T21:35:09.5805066Z vary: 'Accept-Encoding, Accept, X-Requested-With',
2022-06-03T21:35:09.5805547Z 'x-content-type-options': 'nosniff',
2022-06-03T21:35:09.5805961Z 'x-frame-options': 'deny',
2022-06-03T21:35:09.5806420Z 'x-github-media-type': 'github.v3; format=json',
2022-06-03T21:35:09.5806939Z 'x-github-request-id': '07C5:6420:B4D360:18CF26B:629A7E8D',
2022-06-03T21:35:09.5807811Z 'x-ratelimit-limit': '1000',
2022-06-03T21:35:09.5808217Z 'x-ratelimit-remaining': '988',
2022-06-03T21:35:09.5808667Z 'x-ratelimit-reset': '1654295702',
2022-06-03T21:35:09.5809092Z 'x-ratelimit-resource': 'core',
2022-06-03T21:35:09.5809506Z 'x-ratelimit-used': '12',
2022-06-03T21:35:09.5809895Z 'x-xss-protection': '0'
2022-06-03T21:35:09.5810204Z },
2022-06-03T21:35:09.5810411Z data: {
2022-06-03T21:35:09.5810811Z message: 'Resource not accessible by integration',
2022-06-03T21:35:09.5811408Z documentation_url: 'https://docs.github.com/rest/reference/git#create-a-reference'
2022-06-03T21:35:09.5811806Z }
2022-06-03T21:35:09.5812012Z },
2022-06-03T21:35:09.5812191Z request: {
2022-06-03T21:35:09.5812549Z method: 'POST',
2022-06-03T21:35:09.5813017Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:35:09.5813365Z headers: {
2022-06-03T21:35:09.5813719Z accept: 'application/vnd.github.v3+json',
2022-06-03T21:35:09.5814304Z 'user-agent': 'octokit-rest.js/18.12.0 octokit-core.js/3.5.1 Node.js/12.22.7 (linux; x64)',
2022-06-03T21:35:09.5814795Z authorization: 'token [REDACTED]',
2022-06-03T21:35:09.5815251Z 'content-type': 'application/json; charset=utf-8'
2022-06-03T21:35:09.5815600Z },
2022-06-03T21:35:09.5816150Z body: '{"ref":"refs/heads/release-v1.0.1","sha":"c7c642369d87ca81f6af5b920c71161cbcc54ab8"}',
2022-06-03T21:35:09.5816605Z request: { hook: [Function: bound bound register] }
2022-06-03T21:35:09.5816915Z }
2022-06-03T21:35:09.5817111Z }
2022-06-03T21:35:12.6906378Z ✔ Successfully found branch HEAD sha "c7c642369d87ca81f6af5b920c71161cbcc54ab8".
2022-06-03T21:35:12.9492115Z ✖ Error when creating branch
2022-06-03T21:35:12.9497462Z ✖ RequestError [HttpError]: Error creating Pull Request: Resource not accessible by integration
2022-06-03T21:35:12.9498433Z at /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:9981:21
2022-06-03T21:35:12.9498882Z ✔ Retry attempt #2...
2022-06-03T21:35:12.9499826Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-06-03T21:35:12.9500755Z at async createBranch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11767:26)
2022-06-03T21:35:12.9501512Z at async Object.branch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11795:9)
2022-06-03T21:35:12.9502252Z at async retry.retries (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:48)
2022-06-03T21:35:12.9503022Z at async Object.createPullRequest (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:24)
2022-06-03T21:35:12.9503756Z at async /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:60463:30
2022-06-03T21:35:12.9504459Z at async GitHub.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:61570:20)
2022-06-03T21:35:12.9505180Z at async Go.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63386:20)
2022-06-03T21:35:12.9506184Z at async Go._run (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63238:32) {
2022-06-03T21:35:12.9506580Z status: 403,
2022-06-03T21:35:12.9506792Z response: {
2022-06-03T21:35:12.9507219Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:35:12.9507528Z status: 403,
2022-06-03T21:35:12.9507741Z headers: {
2022-06-03T21:35:12.9508089Z 'access-control-allow-origin': '
',
2022-06-03T21:35:12.9509327Z 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
2022-06-03T21:35:12.9510229Z connection: 'close',
2022-06-03T21:35:12.9510554Z 'content-encoding': 'gzip',
2022-06-03T21:35:12.9510969Z 'content-security-policy': "default-src 'none'",
2022-06-03T21:35:12.9511436Z 'content-type': 'application/json; charset=utf-8',
2022-06-03T21:35:12.9512120Z date: 'Fri, 03 Jun 2022 21:35:12 GMT',
2022-06-03T21:35:12.9512653Z 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
2022-06-03T21:35:12.9513107Z server: 'GitHub.com',
2022-06-03T21:35:12.9513589Z 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
2022-06-03T21:35:12.9514042Z 'transfer-encoding': 'chunked',
2022-06-03T21:35:12.9514476Z vary: 'Accept-Encoding, Accept, X-Requested-With',
2022-06-03T21:35:12.9514884Z 'x-content-type-options': 'nosniff',
2022-06-03T21:35:12.9515252Z 'x-frame-options': 'deny',
2022-06-03T21:35:12.9515665Z 'x-github-media-type': 'github.v3; format=json',
2022-06-03T21:35:12.9516127Z 'x-github-request-id': '07C2:6D13:93B9AD:1176D79:629A7E90',
2022-06-03T21:35:12.9516521Z 'x-ratelimit-limit': '1000',
2022-06-03T21:35:12.9516899Z 'x-ratelimit-remaining': '985',
2022-06-03T21:35:12.9517273Z 'x-ratelimit-reset': '1654295702',
2022-06-03T21:35:12.9517622Z 'x-ratelimit-resource': 'core',
2022-06-03T21:35:12.9517990Z 'x-ratelimit-used': '15',
2022-06-03T21:35:12.9518326Z 'x-xss-protection': '0'
2022-06-03T21:35:12.9518553Z },
2022-06-03T21:35:12.9518760Z data: {
2022-06-03T21:35:12.9519143Z message: 'Resource not accessible by integration',
2022-06-03T21:35:12.9519683Z documentation_url: 'https://docs.github.com/rest/reference/git#create-a-reference'
2022-06-03T21:35:12.9520192Z }
2022-06-03T21:35:12.9520389Z },
2022-06-03T21:35:12.9520578Z request: {
2022-06-03T21:35:12.9520864Z method: 'POST',
2022-06-03T21:35:12.9521275Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:35:12.9521577Z headers: {
2022-06-03T21:35:12.9521946Z accept: 'application/vnd.github.v3+json',
2022-06-03T21:35:12.9522482Z 'user-agent': 'octokit-rest.js/18.12.0 octokit-core.js/3.5.1 Node.js/12.22.7 (linux; x64)',
2022-06-03T21:35:12.9522938Z authorization: 'token [REDACTED]',
2022-06-03T21:35:12.9523357Z 'content-type': 'application/json; charset=utf-8'
2022-06-03T21:35:12.9523652Z },
2022-06-03T21:35:12.9524159Z body: '{"ref":"refs/heads/release-v1.0.1","sha":"c7c642369d87ca81f6af5b920c71161cbcc54ab8"}',
2022-06-03T21:35:12.9524545Z request: { hook: [Function: bound bound register] }
2022-06-03T21:35:12.9524827Z }
2022-06-03T21:35:12.9525026Z }
2022-06-03T21:35:21.5893478Z ✔ Successfully found branch HEAD sha "c7c642369d87ca81f6af5b920c71161cbcc54ab8".
2022-06-03T21:35:21.8354511Z ✖ Error when creating branch
2022-06-03T21:35:21.8370512Z ✖ RequestError [HttpError]: Error creating Pull Request: Resource not accessible by integration
2022-06-03T21:35:21.8371159Z at /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:9981:21
2022-06-03T21:35:21.8371577Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-06-03T21:35:21.8372556Z at async createBranch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11767:26)
2022-06-03T21:35:21.8373203Z at async Object.branch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11795:9)
2022-06-03T21:35:21.8373841Z at async retry.retries (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:48)
2022-06-03T21:35:21.8374517Z at async Object.createPullRequest (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:24)
2022-06-03T21:35:21.8375167Z at async /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:60463:30
2022-06-03T21:35:21.8375793Z at async GitHub.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:61570:20)
2022-06-03T21:35:21.8376407Z at async Go.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63386:20)
2022-06-03T21:35:21.8377091Z at async Go._run (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63238:32) {
2022-06-03T21:35:21.8377430Z status: 403,
2022-06-03T21:35:21.8377630Z response: {
2022-06-03T21:35:21.8377999Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:35:21.8378278Z status: 403,
2022-06-03T21:35:21.8378480Z headers: {
2022-06-03T21:35:21.8378774Z 'access-control-allow-origin': '',
2022-06-03T21:35:21.8379088Z ✔ Retry attempt #3...
2022-06-03T21:35:21.8380352Z 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
2022-06-03T21:35:21.8381231Z connection: 'close',
2022-06-03T21:35:21.8381604Z 'content-encoding': 'gzip',
2022-06-03T21:35:21.8382058Z 'content-security-policy': "default-src 'none'",
2022-06-03T21:35:21.8382546Z 'content-type': 'application/json; charset=utf-8',
2022-06-03T21:35:21.8383018Z date: 'Fri, 03 Jun 2022 21:35:21 GMT',
2022-06-03T21:35:21.8383548Z 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
2022-06-03T21:35:21.8384026Z server: 'GitHub.com',
2022-06-03T21:35:21.8384526Z 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
2022-06-03T21:35:21.8385170Z 'transfer-encoding': 'chunked',
2022-06-03T21:35:21.8385616Z vary: 'Accept-Encoding, Accept, X-Requested-With',
2022-06-03T21:35:21.8386075Z 'x-content-type-options': 'nosniff',
2022-06-03T21:35:21.8386474Z 'x-frame-options': 'deny',
2022-06-03T21:35:21.8386913Z 'x-github-media-type': 'github.v3; format=json',
2022-06-03T21:35:21.8387385Z 'x-github-request-id': '07C2:6D13:93BC60:11773A1:629A7E99',
2022-06-03T21:35:21.8387802Z 'x-ratelimit-limit': '1000',
2022-06-03T21:35:21.8388197Z 'x-ratelimit-remaining': '982',
2022-06-03T21:35:21.8388588Z 'x-ratelimit-reset': '1654295702',
2022-06-03T21:35:21.8389003Z 'x-ratelimit-resource': 'core',
2022-06-03T21:35:21.8389392Z 'x-ratelimit-used': '18',
2022-06-03T21:35:21.8389764Z 'x-xss-protection': '0'
2022-06-03T21:35:21.8390041Z },
2022-06-03T21:35:21.8390243Z data: {
2022-06-03T21:35:21.8390577Z message: 'Resource not accessible by integration',
2022-06-03T21:35:21.8391138Z documentation_url: 'https://docs.github.com/rest/reference/git#create-a-reference'
2022-06-03T21:35:21.8391509Z }
2022-06-03T21:35:21.8391929Z },
2022-06-03T21:35:21.8392136Z request: {
2022-06-03T21:35:21.8392449Z method: 'POST',
2022-06-03T21:35:21.8392897Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:35:21.8393249Z headers: {
2022-06-03T21:35:21.8393647Z accept: 'application/vnd.github.v3+json',
2022-06-03T21:35:21.8394329Z 'user-agent': 'octokit-rest.js/18.12.0 octokit-core.js/3.5.1 Node.js/12.22.7 (linux; x64)',
2022-06-03T21:35:21.8394817Z authorization: 'token [REDACTED]',
2022-06-03T21:35:21.8395275Z 'content-type': 'application/json; charset=utf-8'
2022-06-03T21:35:21.8395597Z },
2022-06-03T21:35:21.8396582Z body: '{"ref":"refs/heads/release-v1.0.1","sha":"c7c642369d87ca81f6af5b920c71161cbcc54ab8"}',
2022-06-03T21:35:21.8397027Z request: { hook: [Function: bound bound register] }
2022-06-03T21:35:21.8397356Z }
2022-06-03T21:35:21.8397531Z }
2022-06-03T21:35:46.1591378Z ✔ Successfully found branch HEAD sha "c7c642369d87ca81f6af5b920c71161cbcc54ab8".
2022-06-03T21:35:46.4098179Z ✖ Error when creating branch
2022-06-03T21:35:46.4109582Z ✖ RequestError [HttpError]: Error creating Pull Request: Resource not accessible by integration
2022-06-03T21:35:46.4110060Z ✔ Retry attempt #4...
2022-06-03T21:35:46.4111379Z at /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:9981:21
2022-06-03T21:35:46.4112304Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-06-03T21:35:46.4113015Z at async createBranch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11767:26)
2022-06-03T21:35:46.4113744Z at async Object.branch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11795:9)
2022-06-03T21:35:46.4114498Z at async retry.retries (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:48)
2022-06-03T21:35:46.4115297Z at async Object.createPullRequest (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:24)
2022-06-03T21:35:46.4116039Z at async /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:60463:30
2022-06-03T21:35:46.4116732Z at async GitHub.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:61570:20)
2022-06-03T21:35:46.4117478Z at async Go.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63386:20)
2022-06-03T21:35:46.4118181Z at async Go._run (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63238:32) {
2022-06-03T21:35:46.4118571Z status: 403,
2022-06-03T21:35:46.4118787Z response: {
2022-06-03T21:35:46.4119270Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:35:46.4119961Z status: 403,
2022-06-03T21:35:46.4120180Z headers: {
2022-06-03T21:35:46.4120564Z 'access-control-allow-origin': '
',
2022-06-03T21:35:46.4121813Z 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
2022-06-03T21:35:46.4122732Z connection: 'close',
2022-06-03T21:35:46.4123222Z 'content-encoding': 'gzip',
2022-06-03T21:35:46.4123661Z 'content-security-policy': "default-src 'none'",
2022-06-03T21:35:46.4124134Z 'content-type': 'application/json; charset=utf-8',
2022-06-03T21:35:46.4124530Z date: 'Fri, 03 Jun 2022 21:35:46 GMT',
2022-06-03T21:35:46.4125071Z 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
2022-06-03T21:35:46.4125531Z server: 'GitHub.com',
2022-06-03T21:35:46.4126007Z 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
2022-06-03T21:35:46.4126636Z 'transfer-encoding': 'chunked',
2022-06-03T21:35:46.4127073Z vary: 'Accept-Encoding, Accept, X-Requested-With',
2022-06-03T21:35:46.4127509Z 'x-content-type-options': 'nosniff',
2022-06-03T21:35:46.4127867Z 'x-frame-options': 'deny',
2022-06-03T21:35:46.4128280Z 'x-github-media-type': 'github.v3; format=json',
2022-06-03T21:35:46.4128916Z 'x-github-request-id': '07C2:6D14:68CDE9:1365A6A:629A7EB2',
2022-06-03T21:35:46.4129296Z 'x-ratelimit-limit': '1000',
2022-06-03T21:35:46.4129674Z 'x-ratelimit-remaining': '979',
2022-06-03T21:35:46.4130067Z 'x-ratelimit-reset': '1654295702',
2022-06-03T21:35:46.4130438Z 'x-ratelimit-resource': 'core',
2022-06-03T21:35:46.4130799Z 'x-ratelimit-used': '21',
2022-06-03T21:35:46.4131134Z 'x-xss-protection': '0'
2022-06-03T21:35:46.4131364Z },
2022-06-03T21:35:46.4131578Z data: {
2022-06-03T21:35:46.4131961Z message: 'Resource not accessible by integration',
2022-06-03T21:35:46.4132497Z documentation_url: 'https://docs.github.com/rest/reference/git#create-a-reference'
2022-06-03T21:35:46.4132847Z }
2022-06-03T21:35:46.4133054Z },
2022-06-03T21:35:46.4133254Z request: {
2022-06-03T21:35:46.4133585Z method: 'POST',
2022-06-03T21:35:46.4134016Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:35:46.4134337Z headers: {
2022-06-03T21:35:46.4134686Z accept: 'application/vnd.github.v3+json',
2022-06-03T21:35:46.4135229Z 'user-agent': 'octokit-rest.js/18.12.0 octokit-core.js/3.5.1 Node.js/12.22.7 (linux; x64)',
2022-06-03T21:35:46.4135690Z authorization: 'token [REDACTED]',
2022-06-03T21:35:46.4136114Z 'content-type': 'application/json; charset=utf-8'
2022-06-03T21:35:46.4136394Z },
2022-06-03T21:35:46.4136876Z body: '{"ref":"refs/heads/release-v1.0.1","sha":"c7c642369d87ca81f6af5b920c71161cbcc54ab8"}',
2022-06-03T21:35:46.4137270Z request: { hook: [Function: bound bound register] }
2022-06-03T21:35:46.4137537Z }
2022-06-03T21:35:46.4137735Z }
2022-06-03T21:36:55.3224531Z ✔ Successfully found branch HEAD sha "c7c642369d87ca81f6af5b920c71161cbcc54ab8".
2022-06-03T21:36:55.7141702Z ✖ Error when creating branch
2022-06-03T21:36:55.7155329Z ✖ RequestError [HttpError]: Error creating Pull Request: Resource not accessible by integration
2022-06-03T21:36:55.7156110Z at /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:9981:21
2022-06-03T21:36:55.7156643Z at processTicksAndRejections (internal/process/task_queues.js:97:5)
2022-06-03T21:36:55.7157322Z at async createBranch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11767:26)
2022-06-03T21:36:55.7158086Z at async Object.branch (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:11795:9)
2022-06-03T21:36:55.7159205Z at async retry.retries (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:48)
2022-06-03T21:36:55.7159981Z at async Object.createPullRequest (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:12469:24)
2022-06-03T21:36:55.7160715Z at async /home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:60463:30
2022-06-03T21:36:55.7161412Z at async GitHub.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:61570:20)
2022-06-03T21:36:55.7162132Z at async Go.openPR (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63386:20)
2022-06-03T21:36:55.7162837Z at async Go._run (/home/runner/work/_actions/GoogleCloudPlatform/release-please-action/v2/dist/index.js:63238:32) {
2022-06-03T21:36:55.7163226Z status: 403,
2022-06-03T21:36:55.7163451Z response: {
2022-06-03T21:36:55.7163880Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:36:55.7164190Z status: 403,
2022-06-03T21:36:55.7164400Z headers: {
2022-06-03T21:36:55.7164761Z 'access-control-allow-origin': '*',
2022-06-03T21:36:55.7165996Z 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset',
2022-06-03T21:36:55.7167037Z connection: 'close',
2022-06-03T21:36:55.7167384Z 'content-encoding': 'gzip',
2022-06-03T21:36:55.7167815Z 'content-security-policy': "default-src 'none'",
2022-06-03T21:36:55.7168270Z 'content-type': 'application/json; charset=utf-8',
2022-06-03T21:36:55.7168659Z date: 'Fri, 03 Jun 2022 21:36:55 GMT',
2022-06-03T21:36:55.7168983Z ✔ Retry attempt #5...
2022-06-03T21:36:55.7169537Z 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
2022-06-03T21:36:55.7169994Z server: 'GitHub.com',
2022-06-03T21:36:55.7170463Z 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
2022-06-03T21:36:55.7170916Z 'transfer-encoding': 'chunked',
2022-06-03T21:36:55.7171339Z vary: 'Accept-Encoding, Accept, X-Requested-With',
2022-06-03T21:36:55.7171746Z 'x-content-type-options': 'nosniff',
2022-06-03T21:36:55.7172112Z 'x-frame-options': 'deny',
2022-06-03T21:36:55.7172516Z 'x-github-media-type': 'github.v3; format=json',
2022-06-03T21:36:55.7172970Z 'x-github-request-id': '07C2:4973:1822F47:359C6BD:629A7EF7',
2022-06-03T21:36:55.7173352Z 'x-ratelimit-limit': '1000',
2022-06-03T21:36:55.7173718Z 'x-ratelimit-remaining': '976',
2022-06-03T21:36:55.7174097Z 'x-ratelimit-reset': '1654295702',
2022-06-03T21:36:55.7174439Z 'x-ratelimit-resource': 'core',
2022-06-03T21:36:55.7174791Z 'x-ratelimit-used': '24',
2022-06-03T21:36:55.7175130Z 'x-xss-protection': '0'
2022-06-03T21:36:55.7175361Z },
2022-06-03T21:36:55.7175565Z data: {
2022-06-03T21:36:55.7175942Z message: 'Resource not accessible by integration',
2022-06-03T21:36:55.7176487Z documentation_url: 'https://docs.github.com/rest/reference/git#create-a-reference'
2022-06-03T21:36:55.7176832Z }
2022-06-03T21:36:55.7177025Z },
2022-06-03T21:36:55.7177214Z request: {
2022-06-03T21:36:55.7177495Z method: 'POST',
2022-06-03T21:36:55.7177901Z url: 'https://api.github.com/repos/g2a-com/klio/git/refs',
2022-06-03T21:36:55.7178191Z headers: {
2022-06-03T21:36:55.7178563Z accept: 'application/vnd.github.v3+json',
2022-06-03T21:36:55.7179102Z 'user-agent': 'octokit-rest.js/18.12.0 octokit-core.js/3.5.1 Node.js/12.22.7 (linux; x64)',
2022-06-03T21:36:55.7179531Z authorization: 'token [REDACTED]',
2022-06-03T21:36:55.7179941Z 'content-type': 'application/json; charset=utf-8'
2022-06-03T21:36:55.7180328Z },
2022-06-03T21:36:55.7180794Z body: '{"ref":"refs/heads/release-v1.0.1","sha":"c7c642369d87ca81f6af5b920c71161cbcc54ab8"}',
2022-06-03T21:36:55.7181196Z request: { hook: [Function: bound bound register] }
2022-06-03T21:36:55.7181468Z }
2022-06-03T21:36:55.7181927Z }
2022-06-03T21:40:11.3757245Z ✔ Successfully found branch HEAD sha "c7c642369d87ca81f6af5b920c71161cbcc54ab8".
2022-06-03T21:40:11.6689032Z ✖ Error when creating branch
2022-06-03T21:40:11.6740075Z ##[error]release-please failed: Error creating Pull Request: Resource not accessible by integration

@crazybarber crazybarber added bug Something isn't working cicd Improvement to CI/CD process labels Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd Improvement to CI/CD process
Projects
None yet
Development

No branches or pull requests

1 participant