stirlinglabs/GitHub NuGet Private Source Authorisation
Authorises access to a private GitHub NuGet package source, so you can restore packages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The owner of the NuPkg repository you would like to access, as displayed in their GitHub URL. | no | ${{ github.repository_owner }} |
| name | The name of the NuPkg source | no | GitHub-${{ github.repository_owner }} |
| token | Personal Access Token with permission to read packages. | yes | ${{ github.token }} |
| force-cleartext-storage | Personal Access Token with permission to read packages. | no | true |
Outputs
no outputs