Skip to content

Commit

Permalink
README: Document the account associated with our Anaconda token used …
Browse files Browse the repository at this point in the history
…in CI

Just had to remember this myself and found it undocumented.
  • Loading branch information
tsibley committed Oct 30, 2023
1 parent 19e3ef4 commit ad9bea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ To upload the built package to anaconda.org, run:

You'll need an appropriate Anaconda API token set in the `ANACONDA_TOKEN`
environment variable. The token must have at least the `api:read`,
`api:write`, and `conda` scopes attached to it.
`api:write`, and `conda` scopes attached to it. CI uses a token issued for the
[Nextstrain Anaconda organization](https://anaconda.org/Nextstrain/settings/access).

You can adjust the label applied to the uploaded package by setting the `LABEL`
environment variable. By default the Git ref is used to determine the label:
Expand Down

0 comments on commit ad9bea5

Please sign in to comment.