Skip to content

Commit

Permalink
generate artifact attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed May 3, 2024
1 parent 9e29ab9 commit 1dae4b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
permissions:
contents: write
packages: read
id-token: write
attestations: write

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

Expand All @@ -30,6 +33,16 @@ jobs:
npm ci
npm run build
- name: generate artifact attestation for action.yml
uses: actions/attest-build-provenance@897ed5eab6ed058a474202017ada7f40bfa52940
with:
subject-path: action.yml

- name: generate artifact attestation for lib/index.js
uses: actions/attest-build-provenance@897ed5eab6ed058a474202017ada7f40bfa52940
with:
subject-path: lib/index.js

- name: Build and Tag
# temporary use own fork until
# uses: JasonEtco/build-and-tag-action@v2
Expand Down

0 comments on commit 1dae4b4

Please sign in to comment.