Skip to content

Commit

Permalink
ci: Generate release artifact provenance (#2315)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Feb 10, 2025
1 parent 0c59bbb commit 3e8862e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
release:
name: Release
permissions:
contents: write
id-token: write
contents: write
attestations: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -63,3 +65,8 @@ jobs:
KEYSTORE_ENTRY_PASSWORD: ${{ secrets.KEYSTORE_ENTRY_PASSWORD }}
run: |
npx semantic-release
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: build/app/outputs/apk/release/revanced-manager-*.apk

0 comments on commit 3e8862e

Please sign in to comment.