pulumi / pulumi-policy-aws

A policy pack of rules to enforce AWS best practices for security, reliability, cost, and more!
https://www.pulumi.com
Apache License 2.0
33 stars 6 forks source link

Fix publishing to npm #106

Closed justinvp closed 5 months ago

justinvp commented 5 months ago

When upgrading setup-node in https://github.com/pulumi/pulumi-policy-aws/pull/103, I stripped the registry-url property thinking it wasn't necessary, but it's actually needed to configure credentials correctly with NPM_TOKEN for publishing to npm. This change adds registry-url back.

Fixes #105