EAS Update shows as anonymous user on CI

I have my CI setup publishing eas update --auto --non-interactive and everything works as expected. I have an Expo Token provided to the expo-github-action correctly, otherwise updates wouldn’t be created and uploaded.

But when I run eas update:list for my branch I see the updates were created by “anonymous”, when I run the command locally I get my username.
How can I tell the CI command/Expo Token that I want to use a specific name, ideally something along the lines of a Expo Bot or GitHub Actions Bot?

image

When I run it locally I get my user name:
image

@chromeq nice find! working on a fix now.

@chromeq - this should be fixed now for all future updates. Thanks for the report!

1 Like