We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a46c4 commit 5dc238aCopy full SHA for 5dc238a
1 file changed
.github/workflows/release.yml
@@ -7,6 +7,11 @@ on:
7
8
concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
+# https://docs.npmjs.com/trusted-publishers
11
+permissions:
12
+ id-token: write
13
+ contents: read
14
+
15
jobs:
16
release:
17
name: Release
@@ -41,7 +46,6 @@ jobs:
41
46
title: "chore: version packages"
42
47
env:
43
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
45
49
50
- name: Create GitHub Releases
51
if: steps.changesets.outputs.published == 'true'
0 commit comments