We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WASMER_TOKEN
I encountered an issue while trying to publish a package to the Wasmer Registry using the wasmer publish command from the CI.
wasmer publish
wasmer 4.0.0-beta.2 (18ab43b 2023-06-09) binary: wasmer-cli commit-hash: 18ab43bc60d4427676fb2adcee78ef016321b829 commit-date: 2023-06-09 host: aarch64-apple-darwin compiler: singlepass,cranelift rustc 1.70.0 (90c541806 2023-05-31) binary: rustc commit-hash: 90c541806f23a127002de5b4038be731ba1458ca commit-date: 2023-05-31 host: aarch64-apple-darwin release: 1.70.0 LLVM version: 16.0.2
$ wasmer config set registry.url wasmer.io
$ export WASMER_TOKEN="wap_..."
$ wasmer publish error: cannot publish package: not logged into registry "https://registry.wasmer.io/graphql"
$ wasmer config set registry.url wasmer.io Successfully logged into registry "https://registry.wasmer.io/graphql" as user "..."
I expected the package to publish both times, but it didn't.
I got an error that I am not logged in to the registry, even though I am.
I noticed that WASMER_TOKEN env var does not get added to the global wasmer.toml config file. This could be why I am getting this error.
The text was updated successfully, but these errors were encountered:
WasmerEnv
Michael-F-Bryan
Successfully merging a pull request may close this issue.
Describe the bug
I encountered an issue while trying to publish a package to the Wasmer Registry using the
wasmer publish
command from the CI.Steps to reproduce
$ wasmer config set registry.url wasmer.io
$ wasmer publish error: cannot publish package: not logged into registry "https://registry.wasmer.io/graphql"
$ wasmer publish error: cannot publish package: not logged into registry "https://registry.wasmer.io/graphql"
Expected behavior
I expected the package to publish both times, but it didn't.
Actual behavior
I got an error that I am not logged in to the registry, even though I am.
Additional context
I noticed that
WASMER_TOKEN
env var does not get added to the global wasmer.toml config file. This could be why I am getting this error.The text was updated successfully, but these errors were encountered: