Skip to content

Commit 5795505

Browse files
authored
oidc publishing (#183)
1 parent c3fc8b3 commit 5795505

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- master
77

8+
permissions:
9+
id-token: write
10+
811
jobs:
912
state:
1013
runs-on: ubuntu-latest
@@ -59,6 +62,3 @@ jobs:
5962

6063
- name: Publish to npm
6164
run: npm run publish-to-npm
62-
env:
63-
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
64-

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [none]
4+
5+
- Migrated to OIDC npm publishing.
6+
37
## [3.3.0]
48

59
- Fixed two critical, three high, four low, and two info issues found during the library audit.

0 commit comments

Comments
 (0)