Skip to content

Commit

Permalink
ci: disable attestation action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Sep 13, 2024
1 parent 1e90d32 commit 83a55e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
timeout-minutes: 10
run: pdm build

- name: Generate build attestations
timeout-minutes: 10
uses: LedgerHQ/actions-security/actions/attest@actions/attest-1
with:
subject-path: dist/*
# - name: Generate build attestations
# timeout-minutes: 10
# uses: LedgerHQ/actions-security/actions/attest@actions/attest-1
# with:
# subject-path: dist/*

- name: Sign distribution artifacts
timeout-minutes: 10
Expand Down

0 comments on commit 83a55e8

Please sign in to comment.