Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading