Hi!
I am trying to update AWS_ACCESS_KEY_ID in my project settings but I keep on getting the old value.
What I did:
Delete AWS_ACCESS_KEY_ID from the Env variable in project settings.
Add it again
When i run printenv inside a job, I still get the old value. If I add a new env variable via the same interface, it works.
It seems to me as if the overwrite is not working as it should.