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 96ddebe commit fea0158Copy full SHA for fea0158
.github/workflows/test.yml
@@ -23,12 +23,6 @@ on:
23
jobs:
24
build:
25
runs-on: ubuntu-latest
26
-
27
- permissions:
28
- id-token: write
29
- packages: write
30
- contents: read
31
- attestations: write
32
33
strategy:
34
matrix:
@@ -49,5 +43,3 @@ jobs:
49
43
- run: pnpm install
50
44
- run: pnpm build
51
45
- run: pnpm test
52
- - name: Attest
53
- uses: actions/attest-build-provenance@v2
0 commit comments