Skip to content

Commit

Permalink
Issue #224544 feat: Test workflow execution
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnishdargan committed Aug 7, 2024
1 parent 44ba9e6 commit 182733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
npm publish --access public
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}

- name: 📜 Log Version Exists
if: env.status == '200'
Expand Down

0 comments on commit 182733d

Please sign in to comment.