Skip to content

Commit

Permalink
Add a security warning
Browse files Browse the repository at this point in the history
  • Loading branch information
immutable-art committed Oct 29, 2024
1 parent f4eb3e3 commit ee42851
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Publish to NPM
runs-on: ubuntu-latest
permissions:
id-token: write # Required for GitHub Attestation
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 !
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
rm -rf dist && yarn build
# ! Do NOT remove - this will cause a Sev 0 incident !
- name: Generate SDK attestation
uses: actions/attest-build-provenance@v1
with:
Expand Down

0 comments on commit ee42851

Please sign in to comment.