Hi,
I'm using the serverless framework along with this plugin to manage my FaaS. I'm also using the scaleway-cli.
I think the serverless.yaml file should be commited in my git repository, but I won't commit a secret token.
I've seen that page: https://www.serverless.com/framework/docs/providers/aws/cli-reference/config-credentials , but I don't know exactly what is supposed to be the key or the secret.
Would it be possible to load the secret key from another file, an env var, or even the scaleway-cli config ?
Cheers