chore: fix publish workflow #8
Annotations
2 errors and 1 warning
update-draft
Request failed due to following response errors:
- Resource not accessible by integration
{
name: 'GraphqlResponseError',
id: '9011269505',
request: {
query: '\n' +
' query findCommitsWithAssociatedPullRequests(\n' +
' $name: String!\n' +
' $owner: String!\n' +
' $targetCommitish: String!\n' +
' $withPullRequestBody: Boolean!\n' +
' $withPullRequestURL: Boolean!\n' +
' $since: GitTimestamp\n' +
' $after: String\n' +
' $withBaseRefName: Boolean!\n' +
' $withHeadRefName: Boolean!\n' +
' ) {\n' +
' repository(name: $name, owner: $owner) {\n' +
' object(expression: $targetCommitish) {\n' +
' ... on Commit {\n' +
' history(first: 100, since: $since, after: $after) {\n' +
' totalCount\n' +
' pageInfo {\n' +
' hasNextPage\n' +
' endCursor\n' +
' }\n' +
' nodes {\n' +
' id\n' +
' committedDate\n' +
' message\n' +
' author {\n' +
' name\n' +
' user {\n' +
' login\n' +
' }\n' +
' }\n' +
' associatedPullRequests(first: 5) {\n' +
' nodes {\n' +
' title\n' +
' number\n' +
' url @include(if: $withPullRequestURL)\n' +
' body @include(if: $withPullRequestBody)\n' +
' author {\n' +
' login\n' +
' }\n' +
' baseRepository {\n' +
' nameWithOwner\n' +
' }\n' +
' mergedAt\n' +
' isCrossRepository\n' +
' labels(first: 100) {\n' +
' nodes {\n' +
' name\n' +
' }\n' +
' }\n' +
' merged\n' +
' baseRefName @include(if: $withBaseRefName)\n' +
' headRefName @include(if: $withHeadRefName)\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n' +
' }\n',
variables: {
name: 'ape-aws',
owner: 'ApeWorX',
targetCommitish: 'refs/heads/main',
withPullRequestBody: false,
withPullRequestURL: false,
withBaseRefName: false,
withHeadRefName: false,
since: '2024-05-08T20:55:21Z'
}
},
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: 'Thu, 09 May 2024 02:07:20 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-content-type-options': 'nosniff',
'x-frame-options': 'deny',
'x-github-media-type': 'github.v3; format=json',
'x-github-request-id': 'D403:273AF1:509943B:858B53A:663C2FD8',
'x-ratelimit-limit': '5000',
'x-ratelimit-remaining': '5000',
'x-ratelimit-reset': '1715224040',
'x-ratelimit-resource': 'graphql',
'x-ratelimit-used': '6',
'x-xss-protection': '0'
},
response: {
data: {
|
update-draft
GraphqlResponseError: Request failed due to following response errors:
- Resource not accessible by integration
at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:6088:13
at async paginate (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142876:14)
at async findCommitsWithAssociatedPullRequests (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142674:12)
at async drafter (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:142380:7)
at async Promise.all (index 0)
{
name: 'AggregateError',
event: {
id: '9011269505',
name: 'push',
payload: {
after: '07028cf523d27ce5767497db90f41b3617076762',
base_ref: null,
before: 'ce7b50265673b3fd49cf9c54a4f4525f8ec93bd3',
commits: [
{
author: {
email: '[email protected]',
name: 'El De-dog-lo',
username: 'fubuloubu'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '07028cf523d27ce5767497db90f41b3617076762',
message: 'chore: fix publish workflow',
timestamp: '2024-05-08T22:07:09-04:00',
tree_id: '508253b6e534d8912c847a2d2b7fe0c2cf45724f',
url: 'https://github.com/ApeWorX/ape-aws/commit/07028cf523d27ce5767497db90f41b3617076762'
}
],
compare: 'https://github.com/ApeWorX/ape-aws/compare/ce7b50265673...07028cf523d2',
created: false,
deleted: false,
enterprise: {
avatar_url: 'https://avatars.githubusercontent.com/b/135622?v=4',
created_at: '2024-03-15T14:39:45Z',
description: '',
html_url: 'https://github.com/enterprises/apeworx-ltd',
id: 135622,
name: 'ApeWorX LTD',
node_id: 'E_kgDOAAIRxg',
slug: 'apeworx-ltd',
updated_at: '2024-04-12T16:54:09Z',
website_url: 'https://apeworx.io'
},
forced: false,
head_commit: {
author: {
email: '[email protected]',
name: 'El De-dog-lo',
username: 'fubuloubu'
},
committer: {
email: '[email protected]',
name: 'GitHub',
username: 'web-flow'
},
distinct: true,
id: '07028cf523d27ce5767497db90f41b3617076762',
message: 'chore: fix publish workflow',
timestamp: '2024-05-08T22:07:09-04:00',
tree_id: '508253b6e534d8912c847a2d2b7fe0c2cf45724f',
url: 'https://github.com/ApeWorX/ape-aws/commit/07028cf523d27ce5767497db90f41b3617076762'
},
organization: {
avatar_url: 'https://avatars.githubusercontent.com/u/76833676?v=4',
description: '',
events_url: 'https://api.github.com/orgs/ApeWorX/events',
hooks_url: 'https://api.github.com/orgs/ApeWorX/hooks',
id: 76833676,
issues_url: 'https://api.github.com/orgs/ApeWorX/issues',
login: 'ApeWorX',
members_url: 'https://api.github.com/orgs/ApeWorX/members{/member}',
node_id: 'MDEyOk9yZ2FuaXphdGlvbjc2ODMzNjc2',
public_members_url: 'https://api.github.com/orgs/ApeWorX/public_members{/member}',
repos_url: 'https://api.github.com/orgs/ApeWorX/repos',
url: 'https://api.github.com/orgs/ApeWorX'
},
pusher: {
email: '[email protected]',
name: 'fubuloubu'
},
ref: 'refs/heads/main',
repository: {
allow_forking: false,
archive_url: 'https://api.github.com/repos/ApeWorX/ape-aws/{archive_format}{/ref}',
archived: false,
assignees_url: 'https://api.github.com/repos/ApeWorX/ape-aws/assignees{/user}',
blobs_url: 'https://api.github.com/repos/ApeWorX/ape-aws/git/blobs{/sha}',
branches_url: 'https://api.github.com/repos/ApeWorX/ape-aws/branches{/branch}',
clone_url: 'https://gith
|
update-draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|