Skip to content

Commit b6e4ea9

Browse files
committed
chore: cleanup and switch to Trusted Publishing with OIDC
- Remove NPM_TOKEN from workflow (now using OIDC) - Remove test-gpg.yml workflow - Add changeset for patch bump to test OIDC publishing
1 parent 24659ac commit b6e4ea9

File tree

3 files changed

+5
-50
lines changed

3 files changed

+5
-50
lines changed

.changeset/noop-patch-bump.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lingo.dev/compiler": patch
3+
---
4+
5+
No-op release to test Trusted Publishing with OIDC

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,4 @@ jobs:
105105
setupGitUser: false
106106
env:
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
109108
NPM_CONFIG_PROVENANCE: true

.github/workflows/test-gpg.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)