Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Dec 29, 2024
1 parent 028a24f commit 363887d
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 @@ -13,7 +13,9 @@ jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
attestations: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
Expand Down Expand Up @@ -56,6 +58,11 @@ jobs:
run: |
cd ${{ github.workspace }}/custom_components/ipv64
zip -r ipv64.zip ./
- name: Generate artifact attestation
if: steps.checkTag.outputs.exists == 'false'
uses: actions/attest-build-provenance@v2
with:
subject-path: ${{ github.workspace }}/custom_components/ipv64/ipv64.zip
- name: Import GPG key
if: steps.checkTag.outputs.exists == 'false'
env:
Expand Down

0 comments on commit 363887d

Please sign in to comment.