You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have already authenticated and saved a local token for Gleam to interact with the hex api, it is impossible to provide alternative user/pass credentials when publishing a package.
Attempting to publish a package by setting HEXPM_USER and HEXPM_PASS variables results in the following error:
error: Failed to decrypt data
A problem was encountered decrypting data.
The error from the encryption library was:
Decryption failed
Steps to reproduce:
Generate a local hex token for a hexpm account using gleam hex authenticate
Run HEXPM_USER=a_different_account HEXPM_PASS=****** gleam publish
Observe the error above.
The text was updated successfully, but these errors were encountered:
If you have already authenticated and saved a local token for Gleam to interact with the hex api, it is impossible to provide alternative user/pass credentials when publishing a package.
Attempting to publish a package by setting
HEXPM_USER
andHEXPM_PASS
variables results in the following error:Steps to reproduce:
gleam hex authenticate
HEXPM_USER=a_different_account HEXPM_PASS=****** gleam publish
The text was updated successfully, but these errors were encountered: