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 4dc0315 commit 00250d8Copy full SHA for 00250d8
.github/workflows/npm.yml
@@ -13,6 +13,8 @@ jobs:
13
issues: write # to be able to comment on released issues
14
pull-requests: write # to be able to comment on released pull requests
15
id-token: write # to enable use of OIDC for npm provenance
16
+ environment:
17
+ name: npm
18
steps:
19
- uses: actions/checkout@v5
20
with:
0 commit comments