Skip to content
ponicode Created with Sketch.

GitHub Action

Azure DevOps NPM

1.0.0 Pre-release

Azure DevOps NPM

ponicode Created with Sketch.

Azure DevOps NPM

Setup .npmrc file for Azure DevOps"

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Azure DevOps NPM

uses: ponicode/azure-devops-npm-action@1.0.0

Learn more about this action in ponicode/azure-devops-npm-action

Choose a version

🦄 Generate .npmrc file for Azure DevOps

This github action generates a .npmrc file for Azure DevOps

- uses: ponicode/azure-devops-npm-action@master
  with:
    organisation: "Ponicode"
    project: "my_project"
    registry: "my_registry"
    user: "unicorn"
    password: "myPasswordIsASecret"
    email: "unicorn@ponicode.com"
    scope: "@ponicode"

Ponicode Action inputs

Name Description Required
organisation Your Azure organisation true
project Your Azure project true
registry Your Azure registry true
user Your Azure user true
password Your Azure password true
email Your Azure email true
scope Your Azure scope false

We would love to hear your feedback! Tell us what you loved and what you want us to improve about this action at feedback@ponicode.com, or feel free to open a Github Issue.
We also have a Slack community channel, where people can ask for help if they encounter problems with our products and where we keep you informed about our latest releases.
If you want to know more about Ponicode and the different services we propose, check out our website www.ponicode.com!

Ponicode Logo