You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often see this issue on macos-12 and macos-13 GitHub hosted runners (but not on Windows or Ubuntu).
Run tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: 291899
installation_retrieval_mode: id
installation_retrieval_payload: 34040165
private_key: ***
permissions: {
"administration": "write",
"contents": "write",
"metadata": "read",
"packages": "write",
"pages": "write",
"pull_requests": "read"
}
github_api_url: https://api.github.com/
revoke: true
env:
NPM_REGISTRY: https://registry.npmjs.org/
CARGO_REGISTRY: crates.io
Error: Could not create installation access token.
at createInstallationAccessToken (file:///Users/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:86267)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///Users/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:87518
at async run (file:///Users/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:88811)
at async file:///Users/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:87468 {
[cause]: RequestError [HttpError]: 'Issued at' claim ('iat') must be an Integer representing the time that the assertion was issued
at file:///Users/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 createInstallationAccessToken (file:///Users/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:86119)
at async file:///Users/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:87518
at async run (file:///Users/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:88811)
at async file:///Users/runner/work/_actions/tibdex/github-app-token/3beb63f4bd073e61482598c45c71c1019b59b73a/dist/main/index.js:9:87468 {
status: 401,
response: {
url: 'https://api.github.com/app/installations/34040165/access_tokens',
status: 401,
headers: [Object],
data: [Object]
},
request: {
method: 'POST',
url: 'https://api.github.com/app/installations/34040165/access_tokens',
headers: [Object],
body: '{"permissions":{"administration":"write","contents":"write","metadata":"read","packages":"write","pages":"write","pull_requests":"read"}}',
request: [Object]
}
}
}
Sometimes a retry will work, but it seems pretty random. On every run there's maybe a 50% chance of hitting this failure.
It looks like it might be an issue with the time sync on the GitHub hosted macos runners, but thought I would open an issue here in case there is a known workaround or root cause.
Is there any other information I can provide?
The text was updated successfully, but these errors were encountered:
We often see this issue on
macos-12
andmacos-13
GitHub hosted runners (but not on Windows or Ubuntu).Sometimes a retry will work, but it seems pretty random. On every run there's maybe a 50% chance of hitting this failure.
It looks like it might be an issue with the time sync on the GitHub hosted macos runners, but thought I would open an issue here in case there is a known workaround or root cause.
Is there any other information I can provide?
The text was updated successfully, but these errors were encountered: