Commit fc0381c
committed
Revert --key flag, rebar3_hex reads HEX_API_KEY from env directly
The --key flag is not a valid option for rebar3 hex publish. The
rebar3_hex_config module reads HEX_API_KEY from the environment
via os:getenv and uses it directly as the API key. The env var
just needs to be set, no flag needed.
https://claude.ai/code/session_01RBbLduNgvjWctN2Dj12UDY1 parent e6a2021 commit fc0381c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
0 commit comments