Skip to content

fix: id installation#144

Merged
v1v merged 2 commits intomainfrom
fix/retrieval_mode
Oct 8, 2024
Merged

fix: id installation#144
v1v merged 2 commits intomainfrom
fix/retrieval_mode

Conversation

@v1v
Copy link
Member

@v1v v1v commented Oct 7, 2024

Trying to solve

with:
    app_id: ***
    private_key: ***
    permissions: {
    "contents": "read",
    "issues": "write"
  }
    repositories: ["observability-test-environments"]
    github_api_url: https://api.github.com
    installation_retrieval_mode: repository
    installation_retrieval_payload: elastic/kibana
    revoke: true
Error: Could not create installation access token.
    at createInstallationAccessToken (file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e614825[9](https://github.com/elastic/kibana/actions/runs/11223820283/job/31199282113?pr=195312#step:2:10)8c45c71c1019b59b73a/dist/main/index.js:9:86267)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c[10](https://github.com/elastic/kibana/actions/runs/11223820283/job/31199282113?pr=195312#step:2:11)19b59b73a/dist/main/index.js:9:87518
    at async run (file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:888[11](https://github.com/elastic/kibana/actions/runs/11223820283/job/31199282113?pr=195312#step:2:12))
    at async file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e6[14](https://github.com/elastic/kibana/actions/runs/11223820283/job/31199282113?pr=195312#step:2:15)82598c45c71c1019b59b73a/dist/main/index.js:9:87468 {
  [cause]: Error: Could not retrieve installation.
      at retrieveInstallationId (file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:87232)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
      at async createInstallationAccessToken (file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:86069)
      ... 2 lines matching cause stack trace ...
      at async file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:87468 {
    [cause]: RequestError [HttpError]: Not Found
        at file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:1:64431
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
        at async retrieveInstallationId (file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:87014)
        at async createInstallationAccessToken (file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:86069)
        at async file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:875[18](https://github.com/elastic/kibana/actions/runs/11223820283/job/31199282113?pr=195312#step:2:19)
        at async run (file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c10[19](https://github.com/elastic/kibana/actions/runs/11223820283/job/31199282113?pr=195312#step:2:20)b59b73a/dist/main/index.js:9:88811)
        at async file:///home/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:87468 {
      status: 404,
      response: [Object],
      request: [Object]
    }
  }
}

@v1v v1v added the changelog:fix When you fix a bug label Oct 7, 2024
@v1v v1v self-assigned this Oct 7, 2024
@v1v v1v requested a review from a team October 7, 2024 22:18
@v1v v1v merged commit bde9fdf into main Oct 8, 2024
@v1v v1v deleted the fix/retrieval_mode branch October 8, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:fix When you fix a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants