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 45bac7d commit 522acb8Copy full SHA for 522acb8
.github/workflows/ci.yml
@@ -17,6 +17,12 @@ concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
18
cancel-in-progress: true
19
20
+permissions:
21
+ contents: write # to be able to publish a GitHub release
22
+ id-token: write # to enable use of OIDC for npm provenance
23
+ issues: write # to be able to comment on released issues
24
+ pull-requests: write # to be able to comment on released pull requests
25
+
26
jobs:
27
lint:
28
name: ⬣ Lint (ESLint@${{ matrix.eslint }})
@@ -128,4 +134,5 @@ jobs:
128
134
]
129
135
env:
130
136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137
+ NPM_CONFIG_PROVENANCE: true
131
138
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments