mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-14 02:52:15 +08:00
Update README.md
This commit is contained in:
parent
3eab1c9435
commit
6207ca676f
@ -1,6 +1,6 @@
|
||||
# GitHub Actions for Yarn
|
||||
|
||||
> Look [github.com/actions/npm](https://github.com/actions/npm) for more details.
|
||||
> Look [github.com/actions/setup-node](https://github.com/actions/setup-node) for more details.
|
||||
|
||||
This Action for [yarn](https://yarnpkg.com) enables arbitrary actions with the `yarn` command-line client, including testing packages and publishing to a registry.
|
||||
|
||||
@ -35,7 +35,9 @@ jobs:
|
||||
|
||||
### Secrets
|
||||
|
||||
* `NPM_AUTH_TOKEN` - **Optional**. The token to use for authentication with the npm registry. Required for `yarn publish` ([more info](https://docs.npmjs.com/getting-started/working_with_tokens))
|
||||
* `
|
||||
|
||||
_AUTH_TOKEN` - **Optional**. The token to use for authentication with the npm registry. Required for `yarn publish` ([more info](https://docs.npmjs.com/getting-started/working_with_tokens))
|
||||
|
||||
### Environment variables
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user