Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iamvishnusankar/vsts-npm-auth
- Owner: iamvishnusankar
- License: mit
- Created: 2020-08-14T18:31:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T10:06:39.000Z (over 3 years ago)
- Last Synced: 2024-10-17T12:55:52.607Z (27 days ago)
- Topics: azure-devops, github-actions
- Language: TypeScript
- Homepage:
- Size: 646 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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