Replies: 2 comments
-
|
Doesn’t look like a GitHub-wide CI outage to me. GitHub Status is showing no current Actions incident, and that error usually means some AWS SDK code is running without credentials and is falling back to instance metadata lookup rather than GitHub itself being broken. Your public job page shows the run failed, but the detailed logs are hidden unless signed in, so I can’t confirm the exact calling step from the outside. So I’d suspect something in your app/test setup is touching AWS indirectly (for example via an SDK, S3 storage config, or env var change) rather than a GitHub Actions platform problem |
Beta Was this translation helpful? Give feedback.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why are you starting this discussion?
Question
What GitHub Actions topic or product is this about?
General
Discussion Details
Apparently this is the only support i get or only way to file a trouble ticket, with a free account?
I am getting:
Error retrieving instance profile credentials: Aws::InstanceProfileCredentials::TokenRetrivalErrorWhen i try to run my CI. I have never gotten this before, don't think anything has changed that should cause it. So my guess is it's a problem on github's end, although status shows nothing.
i do not believe my code in CI should even be using AWS, although i could be wrong.
Any ideas or confirmation?
My account is free and my code open source, so here's the failing action: https://github.com/sciencehistory/scihist_digicoll/actions/runs/23202807410/job/67432955357
Beta Was this translation helpful? Give feedback.
All reactions