massivdash/Create a Azure Dev Ops .npmrc file
Create a .npmrc file that can connect to Azure Dev Ops Artifacts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| AZURE_PASSWORD | Azure Dev Ops PAT token encoded as BASE64 string or "pure" PAT | yes | — |
| AZURE_REGISTRY_NAME | Name of the registry | yes | — |
| AZURE_ORGANIZATION | Name of your ADO organization | yes | — |
| AZURE_PROJECT | NAME of your Project (optional) | no | — |
| AZURE_USERNAME | Name of the user, usually the same as ORG | no | — |
| AZURE_EMAIL | Email of the user, creator of the AZURE_PASSWORD | yes | — |
| AZURE_REGISTRY_SCOPE | Scope for the registry (optional) | no | — |
| AZURE_ENCODE_PASSWORD | Indicates if the AZURE_PASSWORD is encoded as BASE64 string or "pure" PAT, optional | no | false |
Outputs
no outputs