Properly remove attestations

This commit is contained in:
konstin 2025-12-03 10:32:08 +01:00
parent c9c9195303
commit 0523fa18e9
2 changed files with 1 additions and 4 deletions

View File

@ -202,9 +202,6 @@ jobs:
# "host" however must run to completion, no skipping allowed! # "host" however must run to completion, no skipping allowed!
if: ${{ always() && needs.host.result == 'success' }} if: ${{ always() && needs.host.result == 'success' }}
runs-on: "depot-ubuntu-latest-4" runs-on: "depot-ubuntu-latest-4"
permissions:
"contents": "write"
"id-token": "write"
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: steps:

View File

@ -47,7 +47,7 @@ dispatch-releases = true
# Which phase dist should use to create the GitHub release # Which phase dist should use to create the GitHub release
github-release = "announce" github-release = "announce"
# Whether to enable GitHub Attestations # Whether to enable GitHub Attestations
github-attestations = true github-attestations = false
# When to generate GitHub Attestations # When to generate GitHub Attestations
github-attestations-phase = "announce" github-attestations-phase = "announce"
# Patterns to attest when creating attestations for release artifacts # Patterns to attest when creating attestations for release artifacts