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 6970456 commit 51c68b1Copy full SHA for 51c68b1
.github/workflows/main.yaml
@@ -1,20 +1,8 @@
1
-name: Build and release
2
-
3
-on:
4
- push:
5
- branches:
6
- - main
7
8
-permissions:
9
- # Grant Permissions to the GH Token to capture attestation information from the GH agent
10
- id-token: write
11
12
jobs:
13
release:
14
- name: Release
15
runs-on: ubuntu-latest
16
environment: release
17
+ name: Release
18
steps:
19
- uses: pnpm/action-setup@v4
20
with:
@@ -33,5 +21,8 @@ jobs:
33
21
env:
34
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
23
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
36
- NPM_CONFIG_PROVENANCE: true
37
24
+name: Build and release
25
+on:
26
+ push:
27
+ branches:
28
+ - main
0 commit comments