Skip to content

Commit

Permalink
Doc typo fix - Publishing to registry (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG authored Oct 17, 2024
1 parent 1e8f42d commit 416aed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/registries/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The publish command automatically [packages and verifies](#packaging-your-packag
To publish your package to a registry that supports package publishing, you need to authenticate using an API token with the `publish` scope.
First, log in to the registry and [in the dashboard](https://scarbs.xyz/dashboard) generate the API token.
Scarb will use the token to authenticate and complete the publishing process.
The token must be provided via the ``SCARB_REGISTRY_AUTH_TOKEN` environment variable.
The token must be provided via the `SCARB_REGISTRY_AUTH_TOKEN` environment variable.

```shell
SCARB_REGISTRY_AUTH_TOKEN=scrb_mytoken scarb publish
Expand Down

0 comments on commit 416aed4

Please sign in to comment.