We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02357a commit 63c3b2eCopy full SHA for 63c3b2e
2 files changed
.changeset/slow-turtles-fly.md
@@ -0,0 +1,5 @@
1
+---
2
+"uptimekit": patch
3
4
+
5
+Migrate to OIDC passwordless NPM publishing
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
commit: "chore: version packages"
64
env:
65
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ NPM_CONFIG_PROVENANCE: true
67
68
- name: Add publish instructions comment
69
if: steps.changesets.outputs.pullRequestNumber != ''
0 commit comments