Skip to content

Handle errors related to refresh token and client redirect URI #289

Handle errors related to refresh token and client redirect URI

Handle errors related to refresh token and client redirect URI #289

Triggered via pull request October 18, 2024 06:49
Status Success
Total duration 14s
Artifacts

release-drafter.yml

on: pull_request
Update draft release
3s
Update draft release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Update draft release
Resource not accessible by integration { name: 'HttpError', id: '11398894657', status: 403, response: { url: 'https://api.github.com/repos/IdentityPython/idpy-oidc/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: 'Fri, 18 Oct 2024 06:49:49 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': 'F00E:295390:25BDD32:47E0D1F:6712050D', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4995', 'x-ratelimit-reset': '1729237788', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '5', '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/IdentityPython/idpy-oidc/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.13.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"refs/pull/115/merge","name":"v4.5.1","tag_name":"v4.5.1","body":"## Release notes\\n\\n- Redirect URI comparison for native OAuth clients (RFC 8252) @lionick (#107)\\n- Update OIDC id\\\\_token\\\\_signing\\\\_alg\\\\_values\\\\_supported for wider algo support @jinnatar (#111)\\n- Support multiple values for a key param @lionick (#108)\\n- chore: gitignore more test artefacts to avoid accidental commits @jinnatar (#112)\\n","draft":true,"prerelease":false,"make_latest":"true"}', request: {} }, event: { id: '11398894657', name: 'pull_request', payload: { action: 'opened', number: 115, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/29101624?v=4', description: 'Libraries around identity in the python ecosystem', events_url: 'https://api.github.com/orgs/IdentityPython/events', hooks_url: 'https://api.github.com/orgs/IdentityPython/hooks', id: 29101624, issues_url: 'https://api.github.com/orgs/IdentityPython/issues', login: 'IdentityPython', members_url: 'https://api.github.com/orgs/IdentityPython/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjI5MTAxNjI0', public_members_url: 'https://api.github.com/orgs/IdentityPython/public_members{/member}', repos_url: 'https://api.github.com/orgs/IdentityPython/repos', url: 'https://api.github.com/orgs/IdentityPython' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/issues/115/comments' }, commits: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/pulls/115/commits' }, html: { href: 'https://github.com/IdentityPython/idpy-oidc/pull/115' },
Update draft release
HttpError: Resource not accessible by integration at /home/runner/work/_actions/release-drafter/release-drafter/v5/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/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '11398894657', name: 'pull_request', payload: { action: 'opened', number: 115, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/29101624?v=4', description: 'Libraries around identity in the python ecosystem', events_url: 'https://api.github.com/orgs/IdentityPython/events', hooks_url: 'https://api.github.com/orgs/IdentityPython/hooks', id: 29101624, issues_url: 'https://api.github.com/orgs/IdentityPython/issues', login: 'IdentityPython', members_url: 'https://api.github.com/orgs/IdentityPython/members{/member}', node_id: 'MDEyOk9yZ2FuaXphdGlvbjI5MTAxNjI0', public_members_url: 'https://api.github.com/orgs/IdentityPython/public_members{/member}', repos_url: 'https://api.github.com/orgs/IdentityPython/repos', url: 'https://api.github.com/orgs/IdentityPython' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/issues/115/comments' }, commits: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/pulls/115/commits' }, html: { href: 'https://github.com/IdentityPython/idpy-oidc/pull/115' }, issue: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/issues/115' }, review_comment: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/pulls/115/comments' }, self: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/pulls/115' }, statuses: { href: 'https://api.github.com/repos/IdentityPython/idpy-oidc/statuses/a59849032411d95bc6001a72ab173fe9d5c62b03' } }, active_lock_reason: null, additions: 21, assignee: { avatar_url: 'https://avatars.githubusercontent.com/u/44701697?v=4', events_url: 'https://api.github.com/users/lionick/events{/privacy}', followers_url: 'https://api.github.com/users/lionick/followers', following_url: 'https://api.github.com/users/lionick/following{/other_user}', gists_url: 'https://api.github.com/users/lionick/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/lionick', id: 44701697, login: 'lionick', node_id: 'MDQ6VXNlcjQ0NzAxNjk3', organizations_url: 'https://api.github.com/users/lionick/orgs', received_events_url: 'https://api.github.com/users/lionick/received_events', repos_url: 'https://api.github.com/users/lionick/repos', site_admin: false, starred_url: 'https://api.github.com/users/lionick/starred{/owner}{/repo}', subscriptions_url: 'https://api.github.com/users/lionick/subscriptions', type: 'User', url: 'https://api.github.com/users/lionick', user_view_type: 'public' }, assignees: [ { avatar_url: 'https://avatars.githubusercontent.com/u/44701697?v=4', events_url: 'https://api.github.com/users/lionick/events{/privacy}', followers_url: 'https://api.github.com/users/lionick/followers', following_url: 'https://api.github.com/users/lionick/following{/other_user}', gists_url: 'https://api.github.com/users/lionick/gists{/gist_id}', gravatar_id: '', html_url: 'https://github.com/li
Update draft release
The following actions use a deprecated Node.js version and will be forced to run on node20: release-drafter/release-drafter@v5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/