Skip to content

Commit

Permalink
Adds attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Oct 31, 2024
1 parent 0d69488 commit 1093ba1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
name: deploy
permissions:
contents: write
id-token: write
attestations: write
runs-on: ${{ matrix.os }}
env:
# For some builds, we use cross to test on 32-bit and big-endian
Expand Down Expand Up @@ -103,6 +105,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Attest
uses: actions/attest-build-provenance@v1
with:
subject-path: '${{ github.workspace }}/screenly*'

build-docker-image:
name: docker
needs: build-release
Expand Down

0 comments on commit 1093ba1

Please sign in to comment.