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 f4eb3e3 commit 37636f0Copy full SHA for 37636f0
.github/workflows/publish.yaml
@@ -10,8 +10,8 @@ jobs:
10
name: Publish to NPM
11
runs-on: ubuntu-latest
12
permissions:
13
- id-token: write # Required for GitHub Attestation
14
- attestations: write # Required for GitHub Attestation
+ id-token: write # ! Required for GitHub Attestations, removing will create a Sev 0 incident !
+ attestations: write # ! Required for GitHub Attestations, removing will create a Sev 0 incident !
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
@@ -61,6 +61,7 @@ jobs:
61
run: |
62
rm -rf dist && yarn build
63
64
+ # ! Do NOT remove - this will cause a Sev 0 incident !
65
- name: Generate SDK attestation
66
uses: actions/attest-build-provenance@v1
67
with:
0 commit comments