ci: update the version packages (#636) #340
Annotations
2 errors
Run release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348
Resource not accessible by integration
{
name: 'HttpError',
id: '12397678111',
status: 403,
response: {
url: 'https://api.github.com/repos/OpenZeppelin/defender-sdk/releases',
status: 403,
headers: {
'access-control-allow-origin': '*',
'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',
connection: 'close',
'content-encoding': 'gzip',
'content-security-policy': "default-src 'none'",
'content-type': 'application/json; charset=utf-8',
date: 'Wed, 18 Dec 2024 16:57:56 GMT',
'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin',
server: 'github.com',
'strict-transport-security': 'max-age=31536000; includeSubdomains; preload',
'transfer-encoding': 'chunked',
vary: 'Accept-Encoding, Accept, X-Requested-With',
'x-accepted-github-permissions': 'contents=write; contents=write,workflows=write',
'x-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-api-version-selected': '2022-11-28',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': '300B:18996E:584DAFF:AECFB2A:6762FF14',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '4906',
'x-ratelimit-reset': '1734543774',
'x-ratelimit-resource': 'core',
'x-ratelimit-used': '94',
'x-xss-protection': '0'
},
data: {
message: 'Resource not accessible by integration',
documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release',
status: '403'
}
},
request: {
method: 'POST',
url: 'https://api.github.com/repos/OpenZeppelin/defender-sdk/releases',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.18.0 (linux; x64)',
authorization: 'token [REDACTED]',
'content-type': 'application/json; charset=utf-8'
},
body: '{"target_commitish":"refs/heads/main","name":"","tag_name":"","body":"## Next Release Version: v1.16.0\\n\\n## Changes\\n- ci: update the version packages @github-actions (#636)\\n- feat: Add v2 changeset file @collins-w (#635)\\n- fix: Raise a PR to update the pnpm-lock file @collins-w (#627)\\n- feat(simulation): update simulation models (breaking change) @shahnami (#632)\\n- docs(examples): adds new example to repo @emnul (#621)\\n- feat(network): add geist network support @shahnami (#628)\\n- feat(deploy): include immutableReferences in extracted artifact @pasevin (#622)\\n\\n**Full Changelog**: https://github.com/OpenZeppelin/defender-sdk/compare/@openzeppelin/[email protected]\\n","draft":true,"prerelease":false,"make_latest":"true"}',
request: {}
},
event: {
id: '12397678111',
name: 'push',
payload: {
after: 'c56c8d7e952def505f1de7fcb80f02335a958d5c',
base_ref: null,
before: 'c2887626617bef07585dba2cbb84e73dbcaf7096',
commits: [
{
author: {
email: '41898282+github-actions[bot]@users.noreply.github.com',
name: 'github-actions[bot]',
username: 'github-actions[bot]'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'c56c8d7e952def505f1de7fcb80f02335a958d5c',
message: 'ci: update the version packages (#636)\n' +
'\n' +
'* Version Packages\r\n' +
'\r\n' +
'* 🤖 chore: Update the pnpm-lock.yaml file (#637)\r\n' +
'\r\n' +
'Co-authored-by: svc-gh-is-01 <[email protected]>\r\n' +
'\r\n' +
'---------\r\n' +
'\r\n' +
|
Run release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348
HttpError: Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/3f0f87098bd6b5c5b9a36d49c41d998ea58f9348/dist/index.js:8462:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/3f0f87098bd6b5c5b9a36d49c41d998ea58f9348/dist/index.js:30793:18)
{
name: 'AggregateError',
event: {
id: '12397678111',
name: 'push',
payload: {
after: 'c56c8d7e952def505f1de7fcb80f02335a958d5c',
base_ref: null,
before: 'c2887626617bef07585dba2cbb84e73dbcaf7096',
commits: [
{
author: {
email: '41898282+github-actions[bot]@users.noreply.github.com',
name: 'github-actions[bot]',
username: 'github-actions[bot]'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'c56c8d7e952def505f1de7fcb80f02335a958d5c',
message: 'ci: update the version packages (#636)\n' +
'\n' +
'* Version Packages\r\n' +
'\r\n' +
'* 🤖 chore: Update the pnpm-lock.yaml file (#637)\r\n' +
'\r\n' +
'Co-authored-by: svc-gh-is-01 <[email protected]>\r\n' +
'\r\n' +
'---------\r\n' +
'\r\n' +
'Co-authored-by: svc-gh-is-01 <[email protected]>\r\n' +
'Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>',
timestamp: '2024-12-18T19:57:37+03:00',
tree_id: '1fb25fbe4e7238e54eadf343b9be3b91af1985a7',
url: 'https://github.com/OpenZeppelin/defender-sdk/commit/c56c8d7e952def505f1de7fcb80f02335a958d5c'
}
],
compare: 'https://github.com/OpenZeppelin/defender-sdk/compare/c2887626617b...c56c8d7e952d',
created: false,
deleted: false,
forced: false,
head_commit: {
author: {
email: '41898282+github-actions[bot]@users.noreply.github.com',
name: 'github-actions[bot]',
username: 'github-actions[bot]'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: 'c56c8d7e952def505f1de7fcb80f02335a958d5c',
message: 'ci: update the version packages (#636)\n' +
'\n' +
'* Version Packages\r\n' +
'\r\n' +
'* 🤖 chore: Update the pnpm-lock.yaml file (#637)\r\n' +
'\r\n' +
'Co-authored-by: svc-gh-is-01 <[email protected]>\r\n' +
'\r\n' +
'---------\r\n' +
'\r\n' +
'Co-authored-by: svc-gh-is-01 <[email protected]>\r\n' +
'Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>',
timestamp: '2024-12-18T19:57:37+03:00',
tree_id: '1fb25fbe4e7238e54eadf343b9be3b91af1985a7',
url: 'https://github.com/OpenZeppelin/defender-sdk/commit/c56c8d7e952def505f1de7fcb80f02335a958d5c'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/20820676?v=4',
description: 'The standard for secure blockchain applications',
events_url: 'https://api.github.com/orgs/OpenZeppelin/events',
hooks_url: 'https://api.github.com/orgs/OpenZeppelin/hooks',
id: 20820676,
issues_url: 'https://api.github.com/orgs/OpenZeppelin/issues',
login: 'OpenZeppelin',
members_url: 'https://api.github.com/orgs/OpenZeppelin/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjIwODIwNjc2',
public_members_url: 'https://api.github.com/orgs/OpenZeppelin/public_members{/member}',
repos_url: 'https://api.github.com/orgs/OpenZeppelin/repos',
url: 'https
|
Loading