Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/release-attestation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ name: Release Attestation
on:
release:
types: [published]
workflow_dispatch:
inputs:
release_tag:
description: "Release tag to attest"
required: true
type: string

permissions: read-all

Expand Down Expand Up @@ -49,7 +43,7 @@ jobs:
set -ex
# Rename to match https://github.com/ossf/scorecard/blob/main/docs/checks.md#signed-releases
cp ${{ steps.attest.outputs.bundle-path }} release-assets/attestation.sigstore.json
gh release upload --repo microsoft/ccf ${{ steps.download.outputs.release_tag }} release-assets/attestation.sigstore.json --clobber
gh release upload --repo microsoft/ccf ${{ steps.download.outputs.release_tag }} release-assets/attestation.sigstore.json
shell: bash
env:
GH_TOKEN: ${{ github.token }}