Skip to content
play

GitHub Action

shubham90-nugetauth

v2.24 Latest version

shubham90-nugetauth

play

shubham90-nugetauth

Nuget Authenticate for Azure Artifacts feed

Installation

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

              

- name: shubham90-nugetauth

uses: shubham90/gh-pkg-action@v2.24

Learn more about this action in shubham90/gh-pkg-action

Choose a version

Nuget Auth Action

This action authenticates your nuget azure artifacts feed.

Inputs

azure-devops-org-url

Required The azure devops url.

azure-devops-token

Required The azure devops PAT.

Example usage

uses: shubham90/gh-pkg-action@v2
  with:
    azure-devops-org-url: 'https://dev.azure.com/account_name'
    azure-devops-token: '${{ secrets.AZURE_DEVOPS_TOKEN }}'