#Problem in registry upload-module automization at Github Actions

1 messages · Page 1 of 1 (latest)

hard plume
#

Hello everyone.
I created a module at https://github.com/tuzumkuru/viam-mqtt-sensor for viam registry and now trying to setup automatic deployment using GitHub Actions.
I have two different action files that are basically doing the same things: viam-upload-module.yml and main.yml
They are both triggered successfully at new release but encounter error at upload stage.
I am uploading the error code as an attachement in case you can not see it at the repo.
What might be the problem here?

hard plume
#

I figured out that the problem was about key permissions. Somehow I had created the API keys with OPERATOR permissions and changing it to OWNER solved the issue.
If not documented, that might be helpful to talk about it in the documentation.