Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamvishnusankar/vsts-npm-auth

VSTS(Azure DevOps) private npm feed authenticator action.
https://github.com/iamvishnusankar/vsts-npm-auth

azure-devops github-actions

Last synced: 4 days ago
JSON representation

VSTS(Azure DevOps) private npm feed authenticator action.

Awesome Lists containing this project

README

        

# vsts-npm-auth

VSTS(Azure DevOps) private npm feed authenticator action.

## Usage

```yml
- uses: iamvishnusankar/vsts-npm-auth@master
with:
registry: ${{ secrets.NPM_REGISTRY }}
token: ${{ secrets.NPM_TOKEN }}
username: ${{ secrets.NPM_USERNAME }}
```

## Options

| name | default | description |
| ----------- | ------- | -------------------------------------------------- |
| registry | - | VSTS private feed registry url |
| always-auth | true | Auth policy |
| token | - | VSTS Feed PAT with minimum package read permission |
| username | - | VSTS Feed username |

## TODO

- documentation