We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14f768 commit 8a69271Copy full SHA for 8a69271
.github/workflows/release.yml
@@ -7,6 +7,10 @@ on:
7
8
concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
+permissions:
11
+ id-token: write # Required for OIDC/npm trusted publishing
12
+ contents: write # Required for creating releases and commits
13
+
14
jobs:
15
release:
16
name: Release
@@ -43,4 +47,3 @@ jobs:
43
47
title: "chore: version packages"
44
48
env:
45
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments