mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: update actions/attest
This commit is contained in:
parent
099d236fc6
commit
c61784b22b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -77,11 +77,11 @@ jobs:
|
|||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
|
||||
AUR_KEY: ${{ secrets.AUR_KEY }}
|
||||
|
||||
- uses: actions/attest-build-provenance@v3
|
||||
- uses: actions/attest@v4
|
||||
with:
|
||||
subject-checksums: ./dist/lego_${{ fromJSON(steps.goreleaser.outputs.metadata).version }}_checksums.txt
|
||||
github-token: ${{ secrets.GH_TOKEN_REPO }}
|
||||
- uses: actions/attest-build-provenance@v3
|
||||
- uses: actions/attest@v4
|
||||
with:
|
||||
subject-checksums: ./dist/digests.txt
|
||||
github-token: ${{ secrets.GH_TOKEN_REPO }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue