Skip to content

Commit

Permalink
Generate sigstore signatures in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dechamps committed Apr 14, 2024
1 parent 184778a commit febe645
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,20 @@ jobs:
with:
name: ASIO401-installer
path: src/out/installer/*
sigstore:
runs-on: ubuntu-latest
needs: installer
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
name: ASIO401-installer
- uses: sigstore/gh-action-sigstore-python@v2.1.0
with:
inputs: "*"
- uses: actions/upload-artifact@v3
with:
name: sigstore
path: "*.sigstore"
if-no-files-found: error

0 comments on commit febe645

Please sign in to comment.