Skip to content

Commit 63c3b2e

Browse files
committed
chore: migrate to OIDC passwordless publish
1 parent e02357a commit 63c3b2e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/slow-turtles-fly.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"uptimekit": patch
3+
---
4+
5+
Migrate to OIDC passwordless NPM publishing

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
commit: "chore: version packages"
6464
env:
6565
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
66+
NPM_CONFIG_PROVENANCE: true
6767

6868
- name: Add publish instructions comment
6969
if: steps.changesets.outputs.pullRequestNumber != ''

0 commit comments

Comments
 (0)