Skip to content

Commit 37636f0

Browse files
Add a security warning (#254)
1 parent f4eb3e3 commit 37636f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
name: Publish to NPM
1111
runs-on: ubuntu-latest
1212
permissions:
13-
id-token: write # Required for GitHub Attestation
14-
attestations: write # Required for GitHub Attestation
13+
id-token: write # ! Required for GitHub Attestations, removing will create a Sev 0 incident !
14+
attestations: write # ! Required for GitHub Attestations, removing will create a Sev 0 incident !
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2
@@ -61,6 +61,7 @@ jobs:
6161
run: |
6262
rm -rf dist && yarn build
6363
64+
# ! Do NOT remove - this will cause a Sev 0 incident !
6465
- name: Generate SDK attestation
6566
uses: actions/attest-build-provenance@v1
6667
with:

0 commit comments

Comments
 (0)