Skip to content

Commit

Permalink
🚑 pipeline fix attempt 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mococa committed Nov 9, 2023
1 parent 008903a commit 1127f43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pulumi-aws-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:

- name: Publish Pulumi AWS package on NPM
working-directory: pulumi/aws
run: npm publish --access public
run: |
npm config set '//npm.pkg.github.com/:_authToken' ${{ secrets.GITHUB_TOKEN }}
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1127f43

Please sign in to comment.